Open ooolky opened 1 year ago
ssh -p port user@ip
exit
PubkeyAuthentication yes
powershell
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
ssh user@localhost
ssh -J < win_user>@<win_ip>:<win_port> <wsl_user>@localhost
localhost
win_ip
windwos / linux
ssh -p port user@ip
连接,使用exit
断开连接。PubkeyAuthentication yes
。powershell
直接修改,或在服务端使用New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
永久修改,更多 windows 服务端配置方法参考文档。