search for: pqrvc1246

Displaying 3 results from an estimated 3 matches for "pqrvc1246".

2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it can be useful sometimes, even though I'd prefer this to be done using a trivial shell wrapper, which would be the UNIX way of doing things. Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in the way when having to maintain two versions of ssh in parallel because the ``ssh ->
2001 Jul 22
1
[patch] add -1 and -2 options to scp
Hi, Several people have asked that scp support the -1 and -2 options, so I wrote this patch. Cheers, Matthew -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: scp.diff Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010722/7e096fab/attachment.ksh -------------- next part -------------- -- "At least you know
2001 Sep 08
1
force SSH1 and SSH2
...cipher] [-i identity] f1 f2\n" " or: scp [options] f1 ... fn directory\n"); exit(1); } --- ./scp.1.org Sun Sep 9 00:03:53 2001 +++ ./scp.1 Sun Sep 9 00:05:56 2001 @@ -19,7 +19,7 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Op Fl pqrvC46 +.Op Fl pqrvC1246 .Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher @@ -110,6 +110,14 @@ .It Fl o Ar option The given option is directly passed to .Xr ssh 1 . +.It Fl 1 +Forces +.Nm +to use SSH1 only. +.It Fl 2 +Forces +.Nm +to use SSH2 only. .It Fl 4 Forces .Nm