Write the Code. Change the World.

11月 05

操作步骤

  1. 将 .pem 文件保存到本地磁盘中。
  2. 添加命令。
ssh-add -K /path/to/private_key
  1. 运行 ForkLift,增加一个配置。选择使用 FTPS,在密码处选择 .pem 文件即可。

https://binarynights.com/support

终端中使用命令登录服务器

sudo ssh -i key.pem root@ip

权限不够,带上 sudo

也可以这样使用

ssh-add -K /path/to/private_key
ssh root@ip