sh 生成ssh密钥

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 生成ssh密钥相关的知识,希望对你有一定的参考价值。

# add content of client ~/.ssh/id_rsa.pub to end of ~/.ssh/authorized_keys on server
sudo nano ~/.ssh/authorized_keys


# if it does not work, set permissions to:
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys 
restorecon -Rv ~/.ssh 
ssh-keygen

# copy content of file ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub

以上是关于sh 生成ssh密钥的主要内容,如果未能解决你的问题,请参考以下文章

sh 生成密钥对X509和SSH

sh [生成新的SSH密钥对] #generate #key #ssh #pair #passwordless #login #authentication

sh 轻松的ssh密钥生成器,以保持简单的键入最佳实践

为“apache”用户生成 SSH 密钥

sh [复制ssh密钥]将ssh密钥复制到服务器#shell #terminal

sh 添加RSA密钥远程SSH服务授权密钥