Merge "Add '-T' switch to the SSH connectivity check examples"

This commit is contained in:
Saša Živkov
2016-02-09 09:40:40 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 ****