Displaying 1 result from an estimated 1 matches for "agekey".
2004 Jun 20
0
key management with ssh-agent, IdentityFile and info leakage
...c ; do
ssh-keygen -t dsa -b 512 -N ${key}pass -C ${key}key -f id_dsa_$key
done
ssh host 'cat > .ssh/authorized_keys' < id_dsa_c.pub
colon fields - the test state
srvkey - key contained in authorized_keys on the server
cfgkey - key specified in client config file for that host
agekey - key set loaded in agent, in load order
defkey - default key name
non colon fields - test result from this test number...
ssh -vvv host find /tmp 2>&1 | egrep '/tmp/ssh-|id_dsa'
ignore the tmp stuff, used for checking ForwardAgent.
agekey - this agent key was tried
cfgkey - t...