Oneliner将公钥添加到远程服务器授权密钥

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oneliner将公钥添加到远程服务器授权密钥相关的知识,希望对你有一定的参考价值。

Instead of ~/.ssh/id_rsa.pub, you can choose any location on your local machine where your *public* key lives.
You may need to adjust the file permissions on remote authorized_keys aftwterwards, depending on the configuration of the remote ssh server.
  1. ssh user@host 'mkdir ~/.ssh; echo '`cat ~/.ssh/id_dsa.pub`' >> ~/.ssh/authorized_keys'

以上是关于Oneliner将公钥添加到远程服务器授权密钥的主要内容,如果未能解决你的问题,请参考以下文章

远程使用 key 证书登录

将证书添加到ssh-agent以获取已在代理中的密钥

Linux怎么把本地代码上传到远程github仓库中

Linux远程执行shell命令

利用ssh-copy-id复制公钥到多台服务器

Linux密钥登陆