ssh-dsa-keys
| empty | rev 1 | ||||
|---|---|---|---|---|---|
| t | t | 1 | ssh DSA keys | ||
| 2 | =================== | ||||
| 3 | |||||
| 4 | Run the following command: | ||||
| 5 | |||||
| 6 | .. code-block:: bash | ||||
| 7 | |||||
| 8 | ssh-keygen -t dsa | ||||
| 9 | |||||
| 10 | Do not create your new key par in the dufault directory (~/.ssh/). Use a tempor | ||||
| > | ary directory instead. So when you see this, | ||||
| 11 | |||||
| 12 | .. code-block:: bash | ||||
| 13 | |||||
| 14 | Generating public/private dsa key pair. | ||||
| 15 | Enter file in which to save the key (/root/.ssh/id_dsa): | ||||
| 16 | |||||
| 17 | enter a different filename. | ||||
| 18 | |||||
Remarkbox