OpenSSH -> SSH; ssh-agent: reasking for passphrase
Tobias Burnus
burnus at gmx.de
Sat Aug 5 02:14:01 EST 2000
Precedence: bulk
A quick test shows that this even doesn't work:
foo at bar ~> ssh foo at localhost
Last login: Fri Aug 4 18:08:48 2000 from localhost
foo at bar ~> ssh foo at localhost
Enter passphrase for RSA key 'foo at bar':
compared with ssh 1.2.27:
foo at freebsd1:~> eval `ssh-agent`
Agent pid 3310
foo at freebsd1:~> ssh-add
....
foo at freebsd1:~> ssh freebsd2
[login]
foo at freebsd2:~> ssh freebsd1
[login]
foo at freebsd1:~> ssh freebsd2
[login]
etc.
Tobias
More information about the openssh-unix-dev
mailing list