search for: l4501

Displaying 1 result from an estimated 1 matches for "l4501".

Did you mean: 4501
2001 Jan 11
1
Patch to improve -p error message.
Hi all. I got sick of getting a lame error message when I typed the wrong thing in for a -p argument, so I wrote up this patch. Bad: % ssh -p L4501 localhost Secure connection to localhost refused. Good: ./ssh -p L4501 localhost Bad port specification 'L4501'. Mo DeJong Red Hat Inc Index: ssh.c =================================================================== RCS file: /cvs/openssh_cvs/ssh.c,v retrieving revision 1.56 diff -u -r1...