linux-ssh 发表于 2019-01-16 更新于 2019-05-16 分类于 系统 阅读次数: 本文字数: 164 阅读时长 ≈ 1 分钟 installsudo apt-get install openssh-server// 检查是否启动ps -e|grep ssh// 手动启动sudo/etc/init.d/ssh start remote login-i 指定私钥路径-p 指定端口 ssh -i ~/.ssh/private_key developer@192.168.1.237 -p 23