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