common/ssh*: add more information link (#6659)

This commit is contained in:
syleung
2021-10-04 23:39:50 +11:00
committed by GitHub
parent 527993580e
commit a092be52d7
14 changed files with 14 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
> Manage loaded ssh keys in the ssh-agent.
> Ensure that ssh-agent is up and running for the keys to be loaded in it.
> More information: <https://man.openbsd.org/ssh-add>.
- Add the default ssh keys in `~/.ssh` to the ssh-agent:

View File

@@ -3,6 +3,7 @@
> Spawn an SSH Agent process.
> An SSH Agent holds SSH keys decrypted in memory until removed or the process is killed.
> See also `ssh-add`, which can add and manage keys held by an SSH Agent.
> More information: <https://man.openbsd.org/ssh-agent>.
- Start an SSH Agent for the current shell:

View File

@@ -1,6 +1,7 @@
# ssh-copy-id
> Install your public key in a remote machine's authorized_keys.
> More information: <https://manned.org/ssh-copy-id>.
- Copy your keys to the remote machine:

View File

@@ -1,6 +1,7 @@
# ssh-keygen
> Generate ssh keys used for authentication, password-less logins, and other things.
> More information: <https://man.openbsd.org/ssh-keygen>.
- Generate a key interactively:

View File

@@ -1,6 +1,7 @@
# ssh-keyscan
> Get the public ssh keys of remote hosts.
> More information: <https://man.openbsd.org/ssh-keyscan>.
- Retrieve all public ssh keys of a remote host:

View File

@@ -2,6 +2,7 @@
> An ssh password provider.
> It works by creating a TTY, feeding the password into it, and then redirecting stdin to the ssh session.
> More information: <https://manned.org/sshpass>.
- Connect to a remote server using a password supplied on a file descriptor (in this case, stdin):

View File

@@ -2,6 +2,7 @@
> Transparent proxy server that tunnels traffic over an SSH connection.
> Doesn't require root or any special setup on the remote SSH server, though root access on the local machine is prompted for.
> More information: <https://manned.org/sshuttle>.
- Forward all IPv4 TCP traffic via a remote SSH server: