Revert "Add '-T' switch to the SSH connectivity check examples"
This commit was needed because of the regression introduced in SSHD used
with MINA backend. SSHD version 1.2.0 fixed that regression so this
change is no longer needed.
This reverts commit 7ee677b9d3
.
Change-Id: I90dc2889c601083a312f643c52b2dcf6a59ab2b6
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 -T
|
||||
user@host:~$ ssh user@localhost -p 29418
|
||||
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 -T -p 29418 john.doe@git.example.com
|
||||
$ ssh -vv -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 -T -p 29418 sshusername@hostname
|
||||
$ ssh -p 29418 sshusername@hostname
|
||||
|
||||
**** Welcome to Gerrit Code Review ****
|
||||
|
||||
|
Reference in New Issue
Block a user