User [val user.name]

Member of

SSH Keys

[test:enabled_git

Add SSH Key

OpenSSH format

OpenSSH saves its public keys in ~/.ssh by default, with the extension .pub. Typical names are id_dsa.pub and id_rsa.pub.

The contents of this file should look like the following:

  • it starts with 'ssh-rsa', 'ssh-dss', or similar
  • it is then followed by a long string of seemingly random characters
  • finally there is a comment field, usually in the format user@hostname.

For example:

ssh-rsa AAAAB3...(characters omitted for brievity)...Urs+UziQh user@hostname

RFC4716 style ssh key

This type is automatically converted to OpenSSH key format. Example:

---- BEGIN SSH2 PUBLIC KEY ---- AAAAB3NzaC1yc2EAAAADAQABAAABAQDAsZh0BINgeAUV/HfZGNwrCUH9VN7FP+ZdH6rbYC QuWUfD694TRqPTSQSJeJfAtx4R9HhfelSAxlMgwMc+vo/1mDBFpP3sW5pWNGS0BKfswZvn ycy6IlrKaAhwPHCEgUSIc77G4jlgGhNzfQEuHuzIIjNh73XyDixqGQ0fOgD/khFRlxCLuo Zt+2anP05KRd8E3zP+BEdPGON6xL3Z8FVRp5AN84eAhVmPssgqRbJqyFKFaaXXuJ7PyR/2 ggr7+1psMxCvDF6mcXFBkDhGfcwF3RXRTJVMPeSUw4oPj6JL6v4h9HBQU+h45Urs+UziQh eVK+MJVdoNS6UNLT5nMj67 ---- END SSH2 PUBLIC KEY ----

PKCS8 style ssh key

This type is automatically converted to OpenSSH key format. Example:

-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwLGYdASDYHgFFfx32Rjc KwlB/VTexT/mXR+q22AkLllHw+veE0aj00kEiXiXwLceEfR4X3pUgMZTIMDHPr6P 9ZgwRaT97FuaVjRktASn7MGb58nMuiJaymgIcDxwhIFEiHO+xuI5YBoTc30BLh7s yCIzYe918g4sahkNHzoA/5IRUZcQi7qGbftmpz9OSkXfBN8z/gRHTxjjesS92fBV UaeQDfOHgIVZj7LIKkWyashShWml17iez8kf9oIK+/tabDMQrwxepnFxQZA4Rn3M Bd0V0UyVTD3klMOKD4+iS+r+IfRwUFPoeOVK7PlM4kIXlSvjCVXaDUulDS0+ZzI+ uwIDAQAB -----END PUBLIC KEY-----

PEM style ssh key

This type is automatically converted to OpenSSH key format. The comment field is optional. Example:

-----BEGIN RSA PUBLIC KEY----- Comment: "rsa-key-20140725" MIIBCgKCAQEAwLGYdASDYHgFFfx32RjcKwlB/VTexT/mXR+q22AkLllHw+veE0aj 00kEiXiXwLceEfR4X3pUgMZTIMDHPr6P9ZgwRaT97FuaVjRktASn7MGb58nMuiJa ymgIcDxwhIFEiHO+xuI5YBoTc30BLh7syCIzYe918g4sahkNHzoA/5IRUZcQi7qG bftmpz9OSkXfBN8z/gRHTxjjesS92fBVUaeQDfOHgIVZj7LIKkWyashShWml17ie z8kf9oIK+/tabDMQrwxepnFxQZA4Rn3MBd0V0UyVTD3klMOKD4+iS+r+IfRwUFPo eOVK7PlM4kIXlSvjCVXaDUulDS0+ZzI+uwIDAQAB -----END RSA PUBLIC KEY-----
Close or press ESC
] [else
(disabled because git support is not enabled)
]

Access to repositories

  Receive commit e-mails