| services.openssh.enable = true; |
| environment.persistence."/nix/persist" = { |
| users.${username}.directories = [ ".ssh" ]; |
| hostname = "gerrit.libreoffice.org"; |
| identityFile = "~/.ssh/id_rsa"; |
| hostname = "95.217.87.112"; |
| identityFile = "~/.ssh/id_transplace"; |
| identityFile = "~/.ssh/id_tildetown"; |
| hostname = "ssh.clicks.codes"; |
| identityFile = "~/.ssh/id_rsa"; |
| hostname = "coded-personal-projects.local"; |
| proxyJump = "ssh.clicks.codes"; |
| identityFile = "~/.ssh/id_rsa"; |
| "sshtron.zachlatta.com" = { |
| hostname = "sshtron.zachlatta.com"; |
| PubkeyAcceptedAlgorithms = "+ssh-rsa"; |
| HostkeyAlgorithms = "+ssh-rsa"; |
| ssh = "kitty +kitten ssh"; |