Answers for "allow ssh connections through windows defender"

0

allow ssh connections through windows defender

netsh advfirewall firewall add rule name="Open SSH Port 22" dir=in action=allow protocol=TCP localport=22 remoteip=any
Posted by: Guest on May-04-2022

Code answers related to "allow ssh connections through windows defender"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language