2013-01-16 115 views

回答

1

我的猜測是你的SSH密鑰無效。

可以使用測試關鍵

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