notes: ssh and networking
#check netstat and sshd
netstat -alnptu | grep -i sshd
a-all
l- listen
n- numeric
p- process
t- tcp
u- udp
#communicate port to remote connection
ssh - 22 --> linux
rdp -3389 --> windows
#sshd command
sshd -T | grep -i Listen
Žiadne komentáre:
Zverejnenie komentára