diff options
Diffstat (limited to 'lib/custodian/protocoltest/ssh.rb')
-rw-r--r-- | lib/custodian/protocoltest/ssh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/custodian/protocoltest/ssh.rb b/lib/custodian/protocoltest/ssh.rb index 02916ea..a01404f 100644 --- a/lib/custodian/protocoltest/ssh.rb +++ b/lib/custodian/protocoltest/ssh.rb @@ -6,10 +6,10 @@ require 'custodian/protocoltest/tcp' # This object is instantiated if the parser sees a line such as: # ### -### foo.vm.bytemark.co.uk must run ssh on 22 otherwise 'ssh fail'. +### foo.vm.bytemark.co.uk must run ssh otherwise 'ssh fail'. ### # -# The specification of the port is optional. +# The specification of the port is optional, and defaults to 22. # module Custodian |