Operating System - HP-UX
1752785 Members
6098 Online
108789 Solutions
New Discussion

sftp login without password

 
SOLVED
Go to solution
S.S.
Super Advisor

Re: sftp login without password

Thank you experts for helping me. I have successfully established the password-less login from unix and Linux systems.

Can you please help me how can we run the scripts without password by without generating ssh keys.
Bill Hassell
Honored Contributor

Re: sftp login without password

> Can you please help me how can we run the scripts without password by without generating ssh keys.

Once you have setup ssh/sftp capability with a public key, you simply run the script:

ssh remote_system name_of_script

You can run any command remotely:

ssh remote_system date
ssh remote_system ls /tmp


Bill Hassell, sysadmin