.ssh/config: change IP of toriel; rename dropbear SSH key
This commit is contained in:
parent
6ec4bbfe95
commit
e04b5babed
|
|
@ -6,9 +6,9 @@ Host afra-door
|
||||||
User pi
|
User pi
|
||||||
|
|
||||||
Host toriel-dropbear
|
Host toriel-dropbear
|
||||||
HostName 192.168.2.2
|
HostName 192.168.16.4
|
||||||
User root
|
User root
|
||||||
IdentityFile .ssh/id_rsa_toriel_dropbear
|
IdentityFile .ssh/dropbear_id_rsa
|
||||||
RemoteCommand cryptroot-unlock
|
RemoteCommand cryptroot-unlock
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue