ssh - How to run automated rsync using ssh2 -
I am trying to setup rsync between two machines on the ssh2 protocol. Previously, we used ssh1 for automatic rsync without any passphrase, but recently we indicate rsync running passphrase with ssh2 and ss2.
I have generated a new SSH2-RSA key and without a passphrase, but it still asks me for a passphrase. Here is the command I will run for ssh / usr / bin / ssh -2 -i / usr / local / www-rsync-key fsuser @ xyz
to work with a ssh2 with a null password To get the key? I'm guessing that there are some settings in / etc / ssh / sshd_config that you have to set up, but I do not know!
It appeared on the supersier, discussing the topic of ssh without a password.
Comments
Post a Comment