dotfiles/.ssh/config

15 lines
261 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.2.2
User root
IdentityFile .ssh/id_rsa_toriel_dropbear
RemoteCommand cryptroot-unlock
RequestTTY yes