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
This commit is contained in:
Aminda Suomalainen 2021-06-18 13:48:41 +03:00
parent 08a8b55dc4
commit 9c7d0c6210
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 0 deletions

1
etc/ssh/config.d Symbolic link
View File

@ -0,0 +1 @@
ssh_config.d

View File

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