what is the command to run ssh on port 1337 or alternate port?
|
feedback
|
|
sshd with -p PORT:
You can edit sshd config(/etc/ssh/sshd_config):
| |||
|
feedback
|
|
You want the | |||
|
feedback
|
|
You should read | |||||||
|
feedback
|
|
Just change the (possibly commented, in which case you obviously need to uncomment it) "Port 22" line in your ssh server configuration file to "Port 1337". | |||||||
feedback
|