diff --git a/Documentation/config-login-register.txt b/Documentation/config-login-register.txt index c2ad99f486..76f47eddc2 100644 --- a/Documentation/config-login-register.txt +++ b/Documentation/config-login-register.txt @@ -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 diff --git a/Documentation/error-permission-denied.txt b/Documentation/error-permission-denied.txt index f1435ff696..574818d43c 100644 --- a/Documentation/error-permission-denied.txt +++ b/Documentation/error-permission-denied.txt @@ -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 diff --git a/Documentation/user-upload.txt b/Documentation/user-upload.txt index e450a0c618..19bc1e8610 100644 --- a/Documentation/user-upload.txt +++ b/Documentation/user-upload.txt @@ -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 ****