PDA

View Full Version : Remote controll server


Dr_Deadmeat
March 16th, 2008, 09:25 PM
Is it possible to remote controll my server through a web-page on port 80 instead of a normal ssh-connection on port 22, as that port is closed on my school network... I would appreciate all help I can get, and I would be very relieved if this was possible...

netlogic
March 16th, 2008, 09:34 PM
move your ssh port to 80.

Dr_Deadmeat
March 16th, 2008, 09:42 PM
move your ssh port to 80.

I've tried, but that resulted in me not being able to use my apache, rendering me unable to use my homepage =(

Dr Small
March 16th, 2008, 09:48 PM
If your school has port 443 (HTTPS) open, then set SSH to listen on port 443.

Dr Bones
March 16th, 2008, 09:49 PM
Hello could you please elaborate on how you go about reassigning which programs access the internet from which ports as I would also like to know how to do this. Sorry if this has already been explain but I searched the forum here and came up with nothing.

netlogic
March 16th, 2008, 09:59 PM
1) vi /etc/ssh/sshd_config
2) change Port 22 to Port 443
3) sudo /etc/init.d/ssh restart

Dr Bones
March 16th, 2008, 10:04 PM
Thanks so simple it hurts. :lolflag:

Dr_Deadmeat
March 16th, 2008, 10:52 PM
If your school has port 443 (HTTPS) open, then set SSH to listen on port 443.

Thank you, I will try that when my vacation is over...