Switch language
zh
Switch theme
Light

windows-中使用命令来登录远程-linux

如果不使用 xshell 类软件, 可以使用 powershell 或 gitbash 等

// 本地虚拟机做了端口转发后
ssh -p 2222 root@127.0.0.1
🍀