On 22 Feb Matthew Seaman wrote:
> Start up the ssh-agent and load the key into it:
>     # eval `ssh-agent`
>     # ssh-add /user/.ssh/id_rsa
> When you're done, remember to shut down the ssh-agent:
>     # eval `ssh-agent -k`

Is this kind of a safety measure? Isn't it simpler to activate ssh-agent
on login so I can auto use ssh connections. Why is it better to always
go through this ruleset? If not, where do I activate it on login? In my
(login) .profile or my (shell)rc i.e. .tcsh

Secondly: does a user really need a passphrase? Root? Sure! But a normal
user?

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to