Tag: 授权密钥

如何将RSA密钥添加到authorized_keys文件?

我创build了一个RSA公钥,我想将其添加到authorized_keys文件中,但是在我的Ubuntu 11.10机器中没有这样的文件。 我怎样才能将密钥添加到authorized_keys ?

Git远程:错误:致命的:协议错误:坏行长度字符:Unab

我build立了一个git服务器,现在想从客户端开始我的回购。 我用git push origin master并得到这个错误信息: fatal: protocol error: bad line length character: Unab 我不知道什么是错的。 我不知道“Unab”是什么。 我试图调整shell,但它仍然是“Unab”。 我无法find此错误消息的解决scheme。 我用“authorized_keys”和SSH设置服务器。 (我可以连接到它,使用SSH。) 这似乎是一个混帐问题? BTW:服务器设置在Windows 7虚拟机中

将公钥添加到〜/ .ssh / authorized_keys不会自动login

我将public ssh密钥添加到了authorized_keys文件中。 ssh localhost应该login我而不要求密码。 我这样做,并尝试inputssh localhost ,但它仍然要求我input密码。 有没有其他的设置,我必须通过使其工作? 我遵循更改权限的说明: 下面是我做ssh -v localhost debug1: Reading configuration data /home/john/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/john/.ssh/identity type 1 debug1: identity file /home/john/.ssh/id_rsa type -1 debug1: identity file /home/john/.ssh/id_dsa type -1 […]