mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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:
parent
08a8b55dc4
commit
9c7d0c6210
1
etc/ssh/config.d
Symbolic link
1
etc/ssh/config.d
Symbolic link
@ -0,0 +1 @@
|
||||
ssh_config.d
|
6
etc/ssh/ssh_config.d/example.conf
Normal file
6
etc/ssh/ssh_config.d/example.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user