Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

openssh setup firewall on windows

New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH SSH Server' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 -Program "C:System32OpenSSHsshd.exe"
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu change /etc/resolv.conf 
Shell :: remove umbrella roaming client 
Shell :: windows commandline zip 
Shell :: netcat file 
Shell :: arrow folder file github 
Shell :: input prompt in command line 
Shell :: how to check ssh version 
Shell :: linux list files in directory 
Shell :: delete archivelog sysdate-1 
Shell :: pi disable ssh warning 
Shell :: bash if statement 
Shell :: git clone to specific folder 
Shell :: Realtek RTL8812BU Network WiFi Adapter kali linux driver 
Shell :: batch file extension 
Shell :: require php mailer 
Shell :: where powershell 
Shell :: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user 
Shell :: download spyder without anaconda 
Shell :: xrandr configure crtc 2 failed ubuntu 
Shell :: git submodule example 
Shell :: how to get un merged branch git 
Shell :: linux print to printer 
Shell :: sudoers file location 
Shell :: install wmctrl in mac 
Shell :: kazam recorder ubuntu 
Shell :: how to git clone into a directory 
Shell :: dbeaver see real password 
Shell :: git how to add remote 
Shell :: netspeed ubuntu 20.04 
Shell :: upgrade package using pip 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =