2013-01-16 40 views

回答

1

我的猜测是你的SSH密钥无效。

可以使用测试关键

cat > file.pub <<EOF 
ssh-rsa <key> [email protected] 
EOF 
ssh-keygen -l -f file.pub