Displaying 1 result from an estimated 1 matches for "srvkey".
2004 Jun 20
0
key management with ssh-agent, IdentityFile and info leakage
...test key generation...
cd ~/.ssh ; rm id*
ssh-keygen -t dsa -b 512 -N defpass -C defkey -f id_dsa
for key in a b 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/ss...