ssh_config: Include drop-in configs, set host defaults
This commit is contained in:
parent
17e20bc020
commit
5a0c45b1bf
2 changed files with 16 additions and 11 deletions
8
.ssh/config.d/50_hosts.conf
Normal file
8
.ssh/config.d/50_hosts.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Host toriel
|
||||
ForwardAgent yes
|
||||
|
||||
Host toriel-dropbear
|
||||
HostName 192.168.16.4
|
||||
User root
|
||||
RemoteCommand cryptroot-unlock
|
||||
RequestTTY yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue