Displaying 1 result from an estimated 1 matches for "usercfg".
Did you mean:
userc
2004 Jun 20
0
key management with ssh-agent, IdentityFile and info leakage
...the order
listed.
the ability to [un]lock specific keys in the agent in addition to the entire
agent might also be useful. ssh-add -l would then show which keys are locked.
ssh-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
don...