nicksieger / sheepsafe

Keep safe from FireSheep
MIT License
211 stars 11 forks source link

Non-default SSH ports ? #6

Closed 0xAhmed closed 14 years ago

0xAhmed commented 14 years ago

When executing the sheepsafe command, i tried to point it to my SSH server which is not using the default port of 22 using username@domain:port, but it didn't work .. Any hints on how to do that ?

nicksieger commented 14 years ago

Try entering a ssh host value of "-p other_port user@host". The whole string just gets passed through to the ssh command, so you should be able to add other options there (such as -p 123).

bitboxer commented 14 years ago

Then you should explain that in the installation process :) .

nicksieger commented 14 years ago

Be happy to. Care to suggest a way to word it?