search for: usemail

Displaying 2 results from an estimated 2 matches for "usemail".

Did you mean: fusemail
2000 Jul 07
0
Patch to add scp -L option
...-- next part -------------- --- openssh-2.1.1p2.orig/scp.c Thu Jun 22 06:32:32 2000 +++ openssh-2.1.1p2/scp.c Fri Jul 7 12:28:27 2000 @@ -8,6 +8,11 @@ * * 1995 Timo Rinne <tri at iki.fi>, Tatu Ylonen <ylo at cs.hut.fi> * + * Changes: + * + * 2000/7/7 Jason Spangler <jasons at usemail.com> + * Added nonprivilaged port option -L that passes -P option to SSH + * */ /* @@ -93,6 +98,9 @@ and passphrase queries are not allowed). */ int batchmode = 0; +/* This is set to non-zero if a non-privilaged port is desired. */ +int nonprivilaged_port = 0; + /* This is set to the...
2000 Jul 20
3
scp over 2 hosts
Hi folks, I have the that I must copy some through a Plag-Gateway of a Firewall over 2 host. A secure connection via "ssh - t hosta ssh -t hostb" works fine, but does this work with scp too? Icould not realize it either with scp (1.2.27 of ssh.com) or scp from openssh. Do you have any ideas? Thanks Stephan