On Wed, 28 Jul 1999, Josef Wesley Wells wrote:
> Hey,
> Granted Road Runner is a little less dynamic that UT dialup, but
> still... How can I set up my machine to be able to scp files in to a UT
> machine without supplying my password or passphrase. From reading the ssh
> docs, it looks like this is possible,but when I tried using a .shosts
> file, the remote machine did not recognize my machines hostname.. but
> the roadrunner hostname, which of course changes with the IP.
>
> What is the most secure way of doing this?
You can set your key with no passphrase (bad), or you can use ssh-agent.
try this:
>eval `ssh-agent`
Agent pid 11698
>ssh-add
Need passphrase for /home/pistole/.ssh/identity ([EMAIL PROTECTED]).
Enter passphrase:
Identity added: /home/pistole/.ssh/identity ([EMAIL PROTECTED])
from then on (untill you kill ssh-agent), ssh-agent remembers your
passphrase, and you don't have to enter it every time you want to scp
or slogin.
RHP
--
Richard H. Pistole - [EMAIL PROTECTED]
Every human is alone, and is connected to nobody.
-- Mika, Serial Experiments Lain.
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]