Sshd Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
=Changing the Default Port= | =Changing the Default Port= | ||
Uncomment and/or update the default "Port" value in <tt>/etc/ssh/sshd_config</tt>: | |||
<pre> | |||
#Port 22 | |||
Port 12345 | |||
</pre> | |||
==Changing the Default Port on a selinux System== | ==Changing the Default Port on a selinux System== | ||
=Change the Network Interface to Listen On= | =Change the Network Interface to Listen On= |
Revision as of 00:25, 6 January 2016
Internal
Overview
Changing the Default Port
Uncomment and/or update the default "Port" value in /etc/ssh/sshd_config:
#Port 22 Port 12345