Merge "Add '-T' switch to the SSH connectivity check examples"
This commit is contained in:
@@ -116,7 +116,7 @@ are entered in the middle of the RSA string.
|
||||
Verify that the ssh connection works for you.
|
||||
|
||||
----
|
||||
user@host:~$ ssh user@localhost -p 29418
|
||||
user@host:~$ ssh user@localhost -p 29418 -T
|
||||
The authenticity of host '[localhost]:29418 ([127.0.0.1]:29418)' can't be established.
|
||||
RSA key fingerprint is db:07:3d:c2:94:25:b5:8d:ac:bc:b5:9e:2f:95:5f:4a.
|
||||
Are you sure you want to continue connecting (yes/no)? yes
|
||||
|
@@ -29,7 +29,7 @@ This command will print out a detailed trace which is helpful to
|
||||
analyze problems with the SSH authentication:
|
||||
|
||||
----
|
||||
$ ssh -vv -p 29418 john.doe@git.example.com
|
||||
$ ssh -vv -T -p 29418 john.doe@git.example.com
|
||||
----
|
||||
|
||||
If the SSH authentication is successful you should find the following
|
||||
|
@@ -82,7 +82,7 @@ port 29418, using the same hostname as the web server:
|
||||
|
||||
====
|
||||
..................................................................
|
||||
$ ssh -p 29418 sshusername@hostname
|
||||
$ ssh -T -p 29418 sshusername@hostname
|
||||
|
||||
**** Welcome to Gerrit Code Review ****
|
||||
|
||||
|
Reference in New Issue
Block a user