From 9c7d0c6210f285ddcd0a9d2112e54792a63b4917 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 18 Jun 2021 13:48:41 +0300 Subject: [PATCH] etc/ssh/config.d: add example.conf So I can stop having to dig this from manual every time I want to configure a new host, and a couple of options I haven't used previously, but could as they seem nice --- etc/ssh/config.d | 1 + etc/ssh/ssh_config.d/example.conf | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 etc/ssh/config.d create mode 100644 etc/ssh/ssh_config.d/example.conf diff --git a/etc/ssh/config.d b/etc/ssh/config.d new file mode 120000 index 00000000..4929ab4d --- /dev/null +++ b/etc/ssh/config.d @@ -0,0 +1 @@ +ssh_config.d \ No newline at end of file diff --git a/etc/ssh/ssh_config.d/example.conf b/etc/ssh/ssh_config.d/example.conf new file mode 100644 index 00000000..5f0e903d --- /dev/null +++ b/etc/ssh/ssh_config.d/example.conf @@ -0,0 +1,6 @@ +#Host example + #Hostname compuutteri.example.net + #Port 12345 + #IdentityFile /home/username/.ssh/privkey + #ProxyJump uzanto@komputilo.example.net:2222 + #User account42