Add wake online

This commit is contained in:
2025-12-12 04:42:20 +01:00
parent 87993b83fe
commit 918d42ff71
8 changed files with 74 additions and 11 deletions

View File

@@ -0,0 +1,29 @@
{
...
}:
{
programs.ssh.extraConfig = ''
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Match User beastie
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519_beastie
Match User ansible
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ecdsa_ansible
Match User gitea
PreferredAuthentications publickey,password
IdentityFile ~/.ssh/id_ed25519
Match User gitea Host git.unixyourbrain.org
PreferredAuthentications publickey,password
IdentityFile ~/.ssh/id_ed25519_beastie
Host S-TIC-01
KexAlgorithms=+diffie-hellman-group1-sha1
HostKeyAlgorithms=+ssh-rsa
'';
}