How do I scp files between SSH public key targets?
Matthew Walker
mwalker at kydance.net
Mon Mar 7 11:39:28 MST 2011
On Mon, March 7, 2011 11:24 am, Ryan Byrd wrote:
> you need agent forwarding:
> http://unixwiz.net/techtips/ssh-agent-forwarding.html#fwd
Yep, this is what you need. You need to enable the daemons to allow agent forwarding,
and then you need to tell your client to do it as well.
The simplest way on the client side is to put 'ForwardAgent yes' in ~/.ssh/config on all
the machines in question.
--
Matthew Walker HAM Call Sign: N7TOX
Kydance Hosting & Consulting, Inc. - http://www.kydance.net/
PHP, Perl, and Web Development - Linux Server Administration
More information about the PLUG
mailing list