Displaying 1 result from an estimated 1 matches for "defpass".
Did you mean:
dbpass
2004 Jun 20
0
key management with ssh-agent, IdentityFile and info leakage
...add -[X|x] [key].
note - -i, -o should take precedence always. then deal with agent/files as above.
1. cmdline
2. usercfg
3. syscfg
OpenSSH_3.5p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090703f
yeah, yeah...
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 i...