Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH Question

Status
Not open for further replies.

johndrake

Technical User
Jul 25, 2002
97
0
0
Hi All,

How does one add an additional port to use SSH?

-Joe
 
Not sure what you are after, by default SSH uses port 22. So make sure port 22 is defined in the /etc/services file, and if using inetd make sure there is an entry in the /etc/inetd.conf file to call sshd when connections are made to port 22. IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
 
You can change port in /etc/ssh/ssh_config and run sshd as daemon.
And you can run few copies of sshd with its own configuration file. For example
# sshd -f /etc/ssh/ssh_config
# sshd -f /etc/ssh/ssh_config_1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top