From: Wayne Davison Date: Mon, 23 Nov 2009 22:51:46 +0000 (+0000) Subject: Fix ssh-keygen reference. X-Git-Url: http://git.samba.org/samba.git/?p=rsync-web.git;a=commitdiff_plain;h=e50bc1563dc6bc104e6a6957f9587d183633103d Fix ssh-keygen reference. --- diff --git a/firewall.html b/firewall.html index 7d76a9b..86003da 100644 --- a/firewall.html +++ b/firewall.html @@ -31,7 +31,7 @@ the target system to succeed (when the username remains the same). However, this may not be a desirable setup.

A better method that works with ssh (and is very safe) is to setup an ssh -key (see the ssh-key manpage) and ensure that ssh-agent forwarding is turned +key (see the ssh-keygen manpage) and ensure that ssh-agent forwarding is turned on in your ssh client config (e.g. "ForwardAgent yes"). You would put the public version of your key onto the middle and target systems (in the ~/.ssh/authorized_keys file), and the private key on your local system (which