Browse Source

Changed sentence to explain non-standard SSH port

Sven Neuhaus 11 years ago
parent
commit
0549b4e1da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.textile

+ 1
- 1
README.textile View File

@@ -151,7 +151,7 @@ Take the string beginning with @sha256#@ and insert it as the value for @irc_pas
151 151
 
152 152
 For git hosting, copy your public key into place. @cp ~/.ssh/id_rsa.pub roles/git/files/gitolite.pub@ or similar.
153 153
 
154
-Finally, replace the TODOs in the file @hosts@.
154
+Finally, replace the TODOs in the file @hosts@. If your SSH daemon listens on a non-standard port, add a colon and the port number after the IP address.
155 155
 
156 156
 h3. 5. Run the Ansible Playbooks
157 157
 

Loading…
Cancel
Save