.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
|
||||
|
||||
Host toriel-dropbear
|
||||
HostName 192.168.2.2
|
||||
HostName 192.168.16.4
|
||||
User root
|
||||
IdentityFile .ssh/id_rsa_toriel_dropbear
|
||||
IdentityFile .ssh/dropbear_id_rsa
|
||||
RemoteCommand cryptroot-unlock
|
||||
RequestTTY yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue