超的博客
文章 标签 我
搜索结果

ssh免密码登录

2018-05-29
  • 生成 key
    在本地执行ssh-keygen
  • 将本地的公钥拷贝到远程服务器
    ssh-copy-id -i ~/.ssh/id_rsa.pub -p 22222 username@ip
    
  • linux
<  部署Rails
要温柔 >
© 2025 dc
Powered by Hugo with theme Minos