From f717444a2d2972de25ee1ee05e3a2f65341e0764 Mon Sep 17 00:00:00 2001 From: styan Date: Thu, 11 Jun 2020 08:23:42 +0000 Subject: [PATCH] Add `Configuring SSH' --- docs/ed25519.md | 3 +++ docs/ssh-over-tor.md | 6 ++++-- mkdocs.yml | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/ed25519.md b/docs/ed25519.md index 3dd05dc..08f14f6 100644 --- a/docs/ed25519.md +++ b/docs/ed25519.md @@ -42,6 +42,9 @@ Switches: When asked to enter a passphrase, do so. An ssh key without a passphrase is vulnerable if stolen. +If you want to know how to configure SSH to use a tilde.black specific key +see [Configuring SSH](ssh-config.md) + ### Keys used in cron-jobs Some keys may be used for automated scripts and are not appropriate to diff --git a/docs/ssh-over-tor.md b/docs/ssh-over-tor.md index bf00a82..51efb4d 100644 --- a/docs/ssh-over-tor.md +++ b/docs/ssh-over-tor.md @@ -111,8 +111,8 @@ onion addresses using the Tor daemon's SOCKS proxy: Host *.onion ProxyCommand /usr/bin/nc -xlocalhost:9050 -X5 %h %p -Now that `ssh(1)` knows how to connect to onion addresses, a convenient shortcut -can be added for tilde.black's onion address: +Now that `ssh(1)` knows how to connect to onion addresses, +a convenient shortcut can be added for tilde.black's onion address: Host tilde.black.onion HostName black6kfjetfuzaeozz7fs53whh7xtd4e27telrf5fg5kgdt5ah5plad.onion @@ -123,3 +123,5 @@ With those two additions `ssh(1)` can connect to tilde.black's onion address though a much more memorable name: ssh user@tilde.black.onion + +For more information about configuring SSH, see [Configuring SSH](ssh-config.md) diff --git a/mkdocs.yml b/mkdocs.yml index e782e91..3a0d991 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ pages: - Anonymity: - 'Coming soon': 'anonymity.md' - Security: + - 'Configuring SSH': 'ssh-config.md' - 'Stronger SSH Keys': 'ed25519.md' theme: name: material