Compatible Support Forums: how to chnage default ports on linux system

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

how to chnage default ports on linux system

#1 User is offline   rohit 

  • stranger
  • Group: Members
  • Posts: 1
  • Joined: 02-July 03

Posted 02 July 2003 - 12:46 PM

Hi!

SSH listen on port 22,but i want to change it to port 2222.
does any forum member had done this earlier.
pls. help me out.

Rohit
0

#2 User is offline   Admiral LSD 

  • old hand
  • Group: Members
  • Posts: 991
  • Joined: 14-August 01

Posted 04 July 2003 - 03:58 PM

I don't know what version of SSH you're running or what distro you're running it on but I just had a look at a Debian box I have here and in /etc/ssh is a file called ssh_config and in said file is an option that I assume is to change the port SSH listens on. I can't say for sure but my best guess would be if you opened ssh_config, uncommented and changed that setting to read Port 2222, saved the file and then restarted the SSH daemon you'll get the result you want.
0

#3 User is offline   twinsonas 

  • stranger
  • Group: Members
  • Posts: 5
  • Joined: 01-August 03

Posted 01 August 2003 - 08:16 AM

Quote:
Hi!

SSH listen on port 22,but i want to change it to port 2222.
does any forum member had done this earlier.
pls. help me out.

Rohit


yes. change the ssh configuration file to set new port then also edit /etc/services file in your linux box to enlist your ssh service to map to port 2222. You can simply copy the format for both tcp and udp lines.
0

#4 User is offline   REL!c2K 

  • journeyman
  • Group: Members
  • Posts: 95
  • Joined: 26-November 02

Posted 18 August 2003 - 01:27 AM

Quote:
Quote:
Hi!

SSH listen on port 22,but i want to change it to port 2222.
does any forum member had done this earlier.
pls. help me out.

Rohit


yes. change the ssh configuration file to set new port then also edit /etc/services file in your linux box to enlist your ssh service to map to port 2222. You can simply copy the format for both tcp and udp lines.


Yep sound good smile
0

#5 User is offline   mac24 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 17-September 03

Posted 17 September 2003 - 01:11 PM

I'm having a similar problem. My distribution is Smoothwall, but for whatever reason they've changed the default ssh port to 222, so as to keep 22 free, i'd like to change it back, but the /etc/services file has ssh on port 22, so how did they change it?

there is also no folder called /etc/shh, so i can't find ssh_config or anything similar. There is also no locate command, which is mighty frustrating...

any help would be appreciated, as I am a bit of linux newbie

Thanks

Marty
0

#6 User is offline   mac24 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 17-September 03

Posted 17 September 2003 - 02:25 PM

Yeah i was a fool

i edited
/usr/local/etc/ssh_config
instead of
/usr/local/etc/sshd_config

and i wondered why it didn't change the port from 222 to 22 (yet when i ran sshd -p 22) it did change (albeit temporarily)

Laters

Marty
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users