Re: Make SFTP use identity file instead of password?
Joe Orton <[email protected]> Fri, 14 Jan 2011 11:49:43 +0000
| Newsgroups | gmane.comp.web.sitecopy |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 14, 2011 at 01:49:37AM -0900, Roger wrote: ... > rcp scp -i /home/joeblow/.ssh/id_you_wishy_washy Sorry, I forgot the commands need to be quoted: rsh "ssh -i blah" and similarly for rcp. Joe