ssh_key_help
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ssh_key_help [2014/03/27 10:39] – bguillon | ssh_key_help [2025/05/14 14:03] (current) – cmorin | ||
---|---|---|---|
Line 1: | Line 1: | ||
# SSH key creation procedure | # SSH key creation procedure | ||
- | This little guide is there to help you with the creation of your SSH key. This key will then be used for SSH connection | + | This little guide is there to help you with the creation of your SSH key. This key will then be used for SSH connections |
- | ## Unix | + | ## Linux/Unix/MacOS |
The SSH key generation is fairly straightforward on Unix systems: | The SSH key generation is fairly straightforward on Unix systems: | ||
- | `you@yourpc: | + | < |
+ | you@yourpc: | ||
+ | </ | ||
- | Replace | + | The part in braces '[ ]' is optional and omitting it will generate key files at the default location ($HOME/ |
- | Two files will be created | + | |
1. The public key will have the *.pub* extension. This **is** the key that you will send us. | 1. The public key will have the *.pub* extension. This **is** the key that you will send us. | ||
2. The private key should **never** be sent to anyone, even us, and remain secret. | 2. The private key should **never** be sent to anyone, even us, and remain secret. | ||
- | You can get more info about the `ssh-keygen` command in the **manpage** | + | You can get more info about the `ssh-keygen` command in the **manpage** |
## Windows | ## Windows | ||
- | The SSH key generation can be a little bit more difficult | + | On modern Windows versions (10 and above), an openSSH implementations should be directly available, allowing for the same key creation process as in Linux/ |
+ | |||
+ | < | ||
+ | you@yourpc: | ||
+ | </ | ||
+ | |||
+ | If it is not available, the SSH key generation can be a little bit more difficult, | ||
You can get Putty (the SSH client) and Puttygen (the key generation tool) from the author' | You can get Putty (the SSH client) and Puttygen (the key generation tool) from the author' | ||
Line 27: | Line 34: | ||
{{ :: | {{ :: | ||
- | You should end up with two files, a public and a private | + | You should end up with two files, a public and a private |
1. The public key will have the *.pub* extension. This **is** the key that you will send us. | 1. The public key will have the *.pub* extension. This **is** the key that you will send us. | ||
Line 46: | Line 53: | ||
* The public key (default: `~/ | * The public key (default: `~/ | ||
- | Remember: your SSH private key is strictly confidential and personnal. Thus, it should be handled with care when you proceed with its copying on your computers. Moreover, this is what identifies you as a CorteXlab user and you do not want those to fall into the wrong hands. | + | Remember: your SSH private key is strictly confidential and personal. Thus, it should be handled with care when you proceed with its copying on your computers. Moreover, this is what identifies you as a CorteXlab user and you do not want those to fall into the wrong hands. |
- | + | ||
- | ## Having multiple SSH keys | + | |
- | + | ||
- | We **do not support** users having multiple SSH keys yet. But this is definitely a feature that should be implemented in the near future. | + |
ssh_key_help.1395913195.txt.gz · Last modified: 2014/05/21 15:45 (external edit)