mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 05:55:41 +02:00
Updated Deploy Win32 OpenSSH (markdown)
parent
38caa2d0a9
commit
7f1951074d
@ -6,7 +6,7 @@
|
||||
* ssh-keygen.exe -t ecdsa -f ssh_host_ecdsa_key
|
||||
* ssh-keygen.exe -t ed25519 -f ssh_host_ed25519_key
|
||||
* Open Firewall
|
||||
* netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22
|
||||
* new-netfirewallrule -Name SSH -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH
|
||||
* Install key-auth package if you need key-based authentication
|
||||
* run setup-ssh-lsa.cmd
|
||||
* reboot
|
||||
|
Loading…
x
Reference in New Issue
Block a user