Răsfoiți Sursa

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

syleung 3 ani în urmă
părinte
comite
a092be52d7

+ 1 - 0
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: <https://man.openbsd.org/ssh-agent>.
 
 - Starte einen SSH Agenten-Prozesses für die aktuelle Shell:
 

+ 1 - 0
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: <https://manned.org/ssh-copy-id>.
 
 - Kopiere den eigenen öffentlichen SSH Schlüssels zu einem externen Server:
 

+ 1 - 0
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: <https://man.openbsd.org/ssh-keygen>.
 
 - Erstelle ein SSH Schlüssel-Paar interaktiv:
 

+ 1 - 0
pages.de/common/ssh-keyscan.md

@@ -1,6 +1,7 @@
 # ssh-keyscan
 
 > Rufe öffentliche SSH Schlüssel eines externen Servers ab.
+> Weitere Informationen: <https://man.openbsd.org/ssh-keyscan>.
 
 - Rufe alle öffentlichen SSH Schlüssel eines Servers ab:
 

+ 1 - 0
pages.de/common/sshpass.md

@@ -1,6 +1,7 @@
 # sshpass
 
 > Stelle SSH Passwörtern bereit.
+> Weitere Informationen: <https://manned.org/sshpass>.
 
 - Stelle eine Verbindung zu einem externen Server über ein Passwort aus einem Datei-Objekt her (in diesem Fall stdin):
 

+ 1 - 0
pages.zh/common/ssh-add.md

@@ -2,6 +2,7 @@
 
 > 在 ssh 代理中管理加载的 ssh 密钥。
 > 需要确保 ssh 代理已启动并正在运行以加载其中的密钥。
+> 更多信息:<https://man.openbsd.org/ssh-add>.
 
 - 将 `~/.ssh` 中的默认 ssh 密钥添加到 `ssh` 代理:
 

+ 1 - 0
pages.zh/common/sshuttle.md

@@ -2,6 +2,7 @@
 
 > 通过 ssh 连接传输流量的透明代理服务器。
 > 不需要管理员或远程 ssh 服务器上的任何特殊设置。
+> 更多信息:<https://manned.org/sshuttle>.
 
 - 通过远程 ssh 服务器转发所有 IPv4 TCP 流量:
 

+ 1 - 0
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: <https://man.openbsd.org/ssh-add>.
 
 - Add the default ssh keys in `~/.ssh` to the ssh-agent:
 

+ 1 - 0
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: <https://man.openbsd.org/ssh-agent>.
 
 - Start an SSH Agent for the current shell:
 

+ 1 - 0
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: <https://manned.org/ssh-copy-id>.
 
 - Copy your keys to the remote machine:
 

+ 1 - 0
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: <https://man.openbsd.org/ssh-keygen>.
 
 - Generate a key interactively:
 

+ 1 - 0
pages/common/ssh-keyscan.md

@@ -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:
 

+ 1 - 0
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: <https://manned.org/sshpass>.
 
 - Connect to a remote server using a password supplied on a file descriptor (in this case, stdin):
 

+ 1 - 0
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: <https://manned.org/sshuttle>.
 
 - Forward all IPv4 TCP traffic via a remote SSH server: