Mailinglist Archive: opensuse-security (606 mails)
| < Previous | Next > |
Re: [suse-security] ssh-agent
- From: "Phillip D. Beal" <pdbeal@xxxxxxxxxxxxxx>
- Date: Fri, 13 Apr 2001 20:55:01 -0400
- Message-id: <20010413205501.A90052@xxxxxxxxxxxxxxxxxxxxx>
I found this out a while ago and come up with a small fix. If you run
the following:
ssh-agent > $HOME/.agent-tmp
source $HOME/.agent-tmp
rm $HOME/.agent-tmp
Then this will correctly set the variables. However, this probably
isn't the best solution, But is works, in either starting ssh-agent in X
or in a console login.
--
Phillip Beal ___ _ _
Electrical and Computer Engineering | _ ) ___ __ _| |___ _ _ ___| |_
pdbeal@xxxxxxxxxxxxxx | _ \/ -_) _` | |_ /_| ' \/ -_) _|
http://www.bealz.net/ |___/\___\__,_|_/__(_)_||_\___|\__|
the following:
ssh-agent > $HOME/.agent-tmp
source $HOME/.agent-tmp
rm $HOME/.agent-tmp
Then this will correctly set the variables. However, this probably
isn't the best solution, But is works, in either starting ssh-agent in X
or in a console login.
--
Phillip Beal ___ _ _
Electrical and Computer Engineering | _ ) ___ __ _| |___ _ _ ___| |_
pdbeal@xxxxxxxxxxxxxx | _ \/ -_) _` | |_ /_| ' \/ -_) _|
http://www.bealz.net/ |___/\___\__,_|_/__(_)_||_\___|\__|
| < Previous | Next > |