dotfiles/.ssh/config

15 lines
255 B
Text
Raw Normal View History

2018-11-01 01:25:33 +01:00
AddKeysToAgent yes
2020-02-01 18:30:46 +01:00
Host afra-door
HostName 172.23.42.69
ProxyJump afra.fe80.eu
User pi
2020-06-14 17:22:54 +02:00
Host toriel-dropbear
HostName 192.168.16.4
2020-06-14 17:22:54 +02:00
User root
IdentityFile .ssh/dropbear_id_rsa
2020-06-14 17:22:54 +02:00
RemoteCommand cryptroot-unlock
RequestTTY yes