From a092be52d7ded26ec56154160c90900c6338e76d Mon Sep 17 00:00:00 2001 From: syleung Date: Mon, 4 Oct 2021 23:39:50 +1100 Subject: [PATCH] common/ssh*: add more information link (#6659) --- pages.de/common/ssh-agent.md | 1 + pages.de/common/ssh-copy-id.md | 1 + pages.de/common/ssh-keygen.md | 1 + pages.de/common/ssh-keyscan.md | 1 + pages.de/common/sshpass.md | 1 + pages.zh/common/ssh-add.md | 1 + pages.zh/common/sshuttle.md | 1 + pages/common/ssh-add.md | 1 + pages/common/ssh-agent.md | 1 + pages/common/ssh-copy-id.md | 1 + pages/common/ssh-keygen.md | 1 + pages/common/ssh-keyscan.md | 1 + pages/common/sshpass.md | 1 + pages/common/sshuttle.md | 1 + 14 files changed, 14 insertions(+) diff --git a/pages.de/common/ssh-agent.md b/pages.de/common/ssh-agent.md index df0924e48..948ff5d51 100644 --- a/pages.de/common/ssh-agent.md +++ b/pages.de/common/ssh-agent.md @@ -3,6 +3,7 @@ > Erstelle einen SSH Agenten-Prozess. > Ein SSH Agent behält die hinzugefügten SSH Schlüssel solange verschlüsselt im Arbeitsspeicher, bis diese entfernt werden oder der Agenten-Prozess beendet wird. > Siehe auch `ssh-add`, um Schlüssel zu verwalten. +> Weitere Informationen: . - Starte einen SSH Agenten-Prozesses für die aktuelle Shell: diff --git a/pages.de/common/ssh-copy-id.md b/pages.de/common/ssh-copy-id.md index 6937781d3..1a1d42c6c 100644 --- a/pages.de/common/ssh-copy-id.md +++ b/pages.de/common/ssh-copy-id.md @@ -1,6 +1,7 @@ # ssh-copy-id > Installiere den öffentlichen Teil eines SSH Schlüssels in der `authorized_keys` Datei auf einem externen Server. +> Weitere Informationen: . - Kopiere den eigenen öffentlichen SSH Schlüssels zu einem externen Server: diff --git a/pages.de/common/ssh-keygen.md b/pages.de/common/ssh-keygen.md index 7ea703378..b23758ccc 100644 --- a/pages.de/common/ssh-keygen.md +++ b/pages.de/common/ssh-keygen.md @@ -1,6 +1,7 @@ # ssh-keygen > Generiert ssh Schlüssel für Authentifizierung, Passwort-lose Logins und mehr. +> Weitere Informationen: . - Erstelle ein SSH Schlüssel-Paar interaktiv: diff --git a/pages.de/common/ssh-keyscan.md b/pages.de/common/ssh-keyscan.md index d87dd1223..e7e884620 100644 --- a/pages.de/common/ssh-keyscan.md +++ b/pages.de/common/ssh-keyscan.md @@ -1,6 +1,7 @@ # ssh-keyscan > Rufe öffentliche SSH Schlüssel eines externen Servers ab. +> Weitere Informationen: . - Rufe alle öffentlichen SSH Schlüssel eines Servers ab: diff --git a/pages.de/common/sshpass.md b/pages.de/common/sshpass.md index 9f333541e..9cbe2aa71 100644 --- a/pages.de/common/sshpass.md +++ b/pages.de/common/sshpass.md @@ -1,6 +1,7 @@ # sshpass > Stelle SSH Passwörtern bereit. +> Weitere Informationen: . - Stelle eine Verbindung zu einem externen Server über ein Passwort aus einem Datei-Objekt her (in diesem Fall stdin): diff --git a/pages.zh/common/ssh-add.md b/pages.zh/common/ssh-add.md index f16522613..052fbfca2 100644 --- a/pages.zh/common/ssh-add.md +++ b/pages.zh/common/ssh-add.md @@ -2,6 +2,7 @@ > 在 ssh 代理中管理加载的 ssh 密钥。 > 需要确保 ssh 代理已启动并正在运行以加载其中的密钥。 +> 更多信息:. - 将 `~/.ssh` 中的默认 ssh 密钥添加到 `ssh` 代理: diff --git a/pages.zh/common/sshuttle.md b/pages.zh/common/sshuttle.md index f2cece2fd..c909093e5 100644 --- a/pages.zh/common/sshuttle.md +++ b/pages.zh/common/sshuttle.md @@ -2,6 +2,7 @@ > 通过 ssh 连接传输流量的透明代理服务器。 > 不需要管理员或远程 ssh 服务器上的任何特殊设置。 +> 更多信息:. - 通过远程 ssh 服务器转发所有 IPv4 TCP 流量: diff --git a/pages/common/ssh-add.md b/pages/common/ssh-add.md index 30d3a77c6..4a7b96ed6 100644 --- a/pages/common/ssh-add.md +++ b/pages/common/ssh-add.md @@ -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: . - Add the default ssh keys in `~/.ssh` to the ssh-agent: diff --git a/pages/common/ssh-agent.md b/pages/common/ssh-agent.md index 70a9701fb..2855264b2 100644 --- a/pages/common/ssh-agent.md +++ b/pages/common/ssh-agent.md @@ -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: . - Start an SSH Agent for the current shell: diff --git a/pages/common/ssh-copy-id.md b/pages/common/ssh-copy-id.md index 0e92ac500..e3d666749 100644 --- a/pages/common/ssh-copy-id.md +++ b/pages/common/ssh-copy-id.md @@ -1,6 +1,7 @@ # ssh-copy-id > Install your public key in a remote machine's authorized_keys. +> More information: . - Copy your keys to the remote machine: diff --git a/pages/common/ssh-keygen.md b/pages/common/ssh-keygen.md index 528728cd1..06c034c87 100644 --- a/pages/common/ssh-keygen.md +++ b/pages/common/ssh-keygen.md @@ -1,6 +1,7 @@ # ssh-keygen > Generate ssh keys used for authentication, password-less logins, and other things. +> More information: . - Generate a key interactively: diff --git a/pages/common/ssh-keyscan.md b/pages/common/ssh-keyscan.md index 15f666c72..b28098d5a 100644 --- a/pages/common/ssh-keyscan.md +++ b/pages/common/ssh-keyscan.md @@ -1,6 +1,7 @@ # ssh-keyscan > Get the public ssh keys of remote hosts. +> More information: . - Retrieve all public ssh keys of a remote host: diff --git a/pages/common/sshpass.md b/pages/common/sshpass.md index a7de6110b..e0980a2a8 100644 --- a/pages/common/sshpass.md +++ b/pages/common/sshpass.md @@ -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: . - Connect to a remote server using a password supplied on a file descriptor (in this case, stdin): diff --git a/pages/common/sshuttle.md b/pages/common/sshuttle.md index 82040ae5a..e05967a22 100644 --- a/pages/common/sshuttle.md +++ b/pages/common/sshuttle.md @@ -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: . - Forward all IPv4 TCP traffic via a remote SSH server: