Displaying 2 results from an estimated 2 matches for "cfgkey".
Did you mean:
rcfgkey
2004 Jun 20
0
key management with ssh-agent, IdentityFile and info leakage
...-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/ssh-|id_dsa'
ignore the tmp stuff, used for checking...
2010 May 19
0
Hi - Regarding xend - xm create Error
...Hkang in create.
None
[2010-05-19 11:45:35 12078] ERROR (XendConfig:309) stop 10
None
[2010-05-19 11:45:35 12078] ERROR (XendConfig:820) stop 11
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendConfig.py", line 810, in _sxp_to_xapi
self[apikey] = type_conv(cfg[cfgkey])
KeyError: ''bootloader''
[2010-05-19 11:45:35 12078] ERROR (XendConfig:826) stop 12
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendConfig.py", line 810, in _sxp_to_xapi
self[apikey] = type_conv(cfg[cfgkey])
KeyError: ''bootloader'...