rhcm123
February 18th, 2009, 10:04 PM
I would like to start ssh listening on port 10000 along with the usual port 22.
long and over complicated explanation of why here:
Right now when i ssh in from the outside world (which i do quite often, and i also use sshfs) i go through the standard port. 22. I know, not the smartest idea. So i wanna change that. Right now, i leave port 10000 open for webmin access (which may not seem smart either, but when the only user capable of using webmin dosen't have sudo priviliges it's fairly safe) I wanna get ssh listening on that port so i can close port 22 to the world. However, i want to leave the ssh daemon listening on 22 because when i'm at home on my protected network i don't wanna have to type ssh ussr@192.168.2.193 -p 10000, i just want to use the standard port.
long and over complicated explanation of why here:
Right now when i ssh in from the outside world (which i do quite often, and i also use sshfs) i go through the standard port. 22. I know, not the smartest idea. So i wanna change that. Right now, i leave port 10000 open for webmin access (which may not seem smart either, but when the only user capable of using webmin dosen't have sudo priviliges it's fairly safe) I wanna get ssh listening on that port so i can close port 22 to the world. However, i want to leave the ssh daemon listening on 22 because when i'm at home on my protected network i don't wanna have to type ssh ussr@192.168.2.193 -p 10000, i just want to use the standard port.