How to use OpenSSH¶
Installation¶
Install and configure OpenSSH with the following commands.
Install OpenSSH.
In a terminal, execute the following command(s). | |
---|---|
Start the SSH agent and add it your shell so it starts on login
Install OpenSSH.
In a terminal, execute the following command(s). | |
---|---|
Common tasks¶
Create a SSH keypair¶
Replace <filename>
with the name of the file. Leave empty for default name.
In a terminal, execute the following command(s). | |
---|---|
Add the SSH key to the local SSH agent¶
Replace <filename>
with the name of the file.
In a terminal, execute the following command(s). | |
---|---|
Transfer the public SSH key to a remote host¶
Replace <filename>
with the name of the file, <username>
with the username and <host>
with the name/IP of the host.
In a terminal, execute the following command(s). | |
---|---|
Connect to a remote host¶
Replace <filename>
with the name of the file, <username>
with the username and <host>
with the name/IP of the host.
In a terminal, execute the following command(s). | |
---|---|
Related explanations¶
These explanations are related to the current item (in alphabetical order).
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.