Quote:
Originally posted by MANASH3250
Hi ika .
I didn't find any solution in Openssh . Can u please tell me more
about this and how to do this .
Thanks
Manash
|
Search for following topic:
- key generation
You need generate the keys. You take the public key (usually id_rsa.pub or id_dsa_pub) and put its content in to the /home/user/.ssh/authorized_keys file on the remote machine
This is needed for automatic logon without entering the password (security is solved by the paar of keys).
Then "man ssh" and look at 7th line and there is answer how you can run the command over ssh.
Hope that helps. If not let me know