loptland: define hostname in ssh config

This commit is contained in:
Christoph Hollizeck 2025-09-07 23:07:32 +02:00
parent 313e211a65
commit 301c022ca4
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -32,6 +32,9 @@ in
Host * Host *
ForwardAgent yes ForwardAgent yes
IdentityAgent /home/${username}/.1password/agent.sock IdentityAgent /home/${username}/.1password/agent.sock
Host loptland
Hostname christophhollizeck.dev
''; '';
}; };
} }