How do I install OpenSSH sshd server under Debian GNU/Linux operating systems?
{ 0 comments }
I’ve edited /etc/ssh/sshd_config to change the port number:
Port 1255
However, I’m getting an error as follows:
sshd[26792]: error: Bind to port 1255 on 192.168.1.100 failed: Permission denied
How do I change default OpenSSH port number from 22 to 1255 under RedHat Enterprise Linux server version 6 and SELinux?
{ 3 comments }
How do I find out ip number (IP Address) of my Linux server using command line options?
{ 0 comments }
How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux?
{ 13 comments }