diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-02-06 23:03:25 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-02-06 23:03:25 +0000 |
commit | 870406fba4c6e5897a3378ed7b2ee1dccbbc2079 (patch) | |
tree | 98b0a748ad221c4307c5014838d4f30809f81103 /usr.bin/ssh/ssh.1 | |
parent | 2ae97c7e53734073fa8a40a3924a90249b27135c (diff) |
add -1 option (force protocol version 1). ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 28913232fdb..ff9090942a1 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.84 2001/02/04 15:10:44 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.85 2001/02/06 23:03:24 jakob Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -549,6 +549,10 @@ from the local machine. Port forwardings can also be specified in the configuration file. Privileged ports can be forwarded only when logging in as root on the remote machine. +.It Fl 1 +Forces +.Nm +to try protocol version 1 only. .It Fl 2 Forces .Nm |