summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-18 12:06:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-19 20:51:13 +0200
commit734f4065268a6082c0ae8c5fcf32700618692384 (patch)
tree128898ff92baef1419b1039ca9dc0ae1ef137560
parentc2f601d73236c3aee213d7fbd8b50df907d4bf2a (diff)
Add notes on SSH
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/tools.md1
-rw-r--r--computer/tools/ssh.md7
2 files changed, 8 insertions, 0 deletions
diff --git a/computer/tools.md b/computer/tools.md
index c2a75d8..fe5043d 100644
--- a/computer/tools.md
+++ b/computer/tools.md
@@ -7,6 +7,7 @@ title: Tools
* [[nix]] - the package manager of the future
* [[ranger]] is a nice [[cli]] filemanager ([[tui]], actually).
* [[fzf]] is a fuzzy selection tool
+* [[ssh]] - obviously. Some notes on ssh.
* [Pandoc](https://pandoc.org)
* [pandoc-plot](https://github.com/LaurentRDC/pandoc-plot)
diff --git a/computer/tools/ssh.md b/computer/tools/ssh.md
new file mode 100644
index 0000000..5dda827
--- /dev/null
+++ b/computer/tools/ssh.md
@@ -0,0 +1,7 @@
+---
+title: SSH
+---
+
+* [SSH tips and tricks](https://carlosbecker.dev/posts/ssh-tips-and-tricks/)
+ * [hackernews](https://news.ycombinator.com/item?id=32486031)
+