Changing ssh listening port
|
6th Feb, 2014, 06:13 AM
Post: #2
|
|||
|
|||
RE: Changing ssh listening port
there are two options:
you enable upstart job ssh_hid (this is the generally known ssh running through its own daemon (sshd running all the time). then /etc/ssh/sshd_options is fully working like before. second option is almost like you did. the only problem would be that if you create new service name (my_new_ssh) the "ssh" service wont get recognised for system tools & xbian-config - as they all expect ssh. so don't be afraid to change /etc/services by directly editing "ssh 22/tcp" to "ssh 2222/tcp:". Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Changing ssh listening port - effemmeffe - 6th Feb, 2014, 05:47 AM
RE: Changing ssh listening port - mk01 - 6th Feb, 2014 06:13 AM
RE: Changing ssh listening port - effemmeffe - 6th Feb, 2014, 07:33 AM
RE: Changing ssh listening port - mk01 - 16th Mar, 2014, 08:07 PM
RE: Changing ssh listening port - Skywatch - 17th Mar, 2014, 09:02 PM
|