summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorjmc@openbsd.org@openbsd.org <jmc@openbsd.org@openbsd.org>2017-10-25 06:19:46 +0000
committerDamien Miller <djm@mindrot.org>2017-10-31 09:08:50 +1100
commit0b2e2896b9d0d6cfb59e9ec8271085296bd4e99b (patch)
treeec3a88cc08864babe83e1111c409f12c1d77403a /ssh.1
parent7530e77bdc9415386d2a8ea3d086e8b611b2ba40 (diff)
upstream commit
tweak the uri text, specifically removing some markup to make it a bit more readable; issue reported by - and diff ok - millert OpenBSD-Commit-ID: 8b56a20208040b2d0633536fd926e992de37ef3f
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.125
1 files changed, 10 insertions, 15 deletions
diff --git a/ssh.1 b/ssh.1
index 093f17707..dbe21831c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.387 2017/10/23 05:08:00 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.388 2017/10/25 06:19:46 jmc Exp $
37.Dd $Mdocdate: October 23 2017 $ 37.Dd $Mdocdate: October 25 2017 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -42,7 +42,6 @@
42.Nd OpenSSH SSH client (remote login program) 42.Nd OpenSSH SSH client (remote login program)
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Nm ssh 44.Nm ssh
45.Bk -words
46.Op Fl 46AaCfGgKkMNnqsTtVvXxYy 45.Op Fl 46AaCfGgKkMNnqsTtVvXxYy
47.Op Fl b Ar bind_address 46.Op Fl b Ar bind_address
48.Op Fl c Ar cipher_spec 47.Op Fl c Ar cipher_spec
@@ -66,7 +65,6 @@
66.Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun 65.Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
67.Ar destination 66.Ar destination
68.Op Ar command 67.Op Ar command
69.Ek
70.Sh DESCRIPTION 68.Sh DESCRIPTION
71.Nm 69.Nm
72(SSH client) is a program for logging into a remote machine and for 70(SSH client) is a program for logging into a remote machine and for
@@ -79,18 +77,15 @@ sockets can also be forwarded over the secure channel.
79.Pp 77.Pp
80.Nm 78.Nm
81connects and logs into the specified 79connects and logs into the specified
82.Ar destination 80.Ar destination ,
83which may be specified as either 81which may be specified as either
84.Oo Ar user Ns @ Oc Ns Ar hostname 82.Sm off
85where the 83.Oo user @ Oc hostname
86.Ar user 84.Sm on
87is optional, or an ssh URI of the form 85or a URI of the form
88.No ssh:// Ns Oo Ar user Ns @ Oc Ns Ar hostname Ns Oo : Ns Ar port Oc 86.Sm off
89where the 87.No ssh:// Oo user @ Oc hostname Op : port .
90.Ar user 88.Sm on
91and
92.Ar port
93are optional.
94The user must prove 89The user must prove
95his/her identity to the remote machine using one of several methods 90his/her identity to the remote machine using one of several methods
96(see below). 91(see below).