Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用我在 Cloudbees 中的帐户创建一个新的 SSH 密钥。在公钥盒中,我给了
ssh-rsa <key> user@publicIP.com
但这表明“无法进行指纹识别”。我是 Cloudbees 的新手,有人可以帮我吗?
我的猜测是您的 SSH 密钥无效。
您可以使用
cat > file.pub <<EOF ssh-rsa <key> user@publicIP.com EOF ssh-keygen -l -f file.pub