Displaying 1 result from an estimated 1 matches for "passwdserv".
Did you mean:
passwdserver
2001 Jul 20
3
data loss with ssh -n
Hi,
Using OpenSSH 2.9p2 (2.5.2 was also bad), I've noticed data loss on
Linux when:
1) ssh -n flag is used, and
2) ssh jobs are run from cron (effectively causing the same as above).
What is done, is a command basically like:
ssh [-n] -c blowfish -p 722 -i rsakey -l pwget passwdserver passwd > passwd.tmp 2> /tmp/log
ie, retrieve dynamically created passwd-file from passwdserver using rsa
keys.
The server is SSH 1.2.25 or the like (yeah, I know it's broken, but can't
be changed at the moment).
The diff of ssh -v -v -v is:
--- log Fri Jul 20 13:18:42 2001
+++ l...