aboutsummaryrefslogtreecommitdiff
path: root/etc/ssh (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-19etc/ssh/: Update lawtech's rsync.net accountEuAndreh2-4/+6
2025-06-13etc/ssh/known_hosts: Add entry for anoncvs.netbsd.orgEuAndreh1-0/+8
2025-06-09etc/ssh/config.tmpl: Enable ssh to suyin without aliasEuAndreh1-1/+1
2025-06-09etc/ssh/known_hosts: Add key for ssh.pijul.comEuAndreh1-0/+7
2025-05-22etc/ssh/known_hosts: add TOFU for devzat.hackclub.comEuAndreh1-0/+7
2025-03-05etc/ssh/: Update aliasesEuAndreh2-3/+4
2024-08-24etc/ssh/config.tmpl: Disable PasswordAuthentication by defaultEuAndreh1-0/+1
2024-08-24etc/ssh/known_hosts: Add entry for asamiEuAndreh1-3/+3
2024-08-24etc/ssh/config.tmpl: Add "asami" and commentsEuAndreh1-0/+7
2024-08-24etc/ssh/config.tmpl: Simple reorderEuAndreh1-7/+7
2023-12-13etc/ssh/config.tmpl: Add lawtech aliasEuAndreh1-1/+2
2023-11-27etc/ssh/: Add config for papo.im serverEuAndreh2-0/+12
2023-04-01etc/ssh/authorized_keys: Disallow root@toph keyEuAndreh1-1/+0
The 3-2-1 rule for toph is already satisfied, so having this extra disk is not required for complying with it.
2023-03-24etc/ssh/known_hosts: Update GitHub RSA keyEuAndreh1-1/+1
https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
2023-03-18etc/ssh/config.tmpl: Proper placement of the "Include" directiveEuAndreh1-2/+2
From [0]: > In other words the Include directive must go to the top of the > config file (before the "body" made of Host blocks) [0]: https://superuser.com/questions/1162387/whats-wrong-with-my-openssh-include-directive
2023-03-14etc/ssh/authorized_keys: {andreh => root}@tophEuAndreh1-1/+1
2023-03-13etc/ssh/config.tmpl: Add User entry for pilotis.netEuAndreh1-0/+3
2023-03-08etc/ssh/: Add zh3051.rsync.net key and host aliasEuAndreh2-5/+8
2023-03-08etc/ssh/: Add hk-s0s0.rsync.net key and host aliasEuAndreh2-1/+6
2023-03-03Don't hardcode value for SSH authorized_keysEuAndreh1-0/+1
Instead of using (local-file ...) in the openssh-service-type configuration, and then replicating that on configuration.nix, instead remove the hardcoded values from the system configuration and make it dynamic, by putting it on the ~/.ssh/authorized_keys file itself.
2023-03-02etc/ssh/authorized_keys: Allow toph to SSH inEuAndreh1-0/+1
2023-03-02etc/ssh/known_hosts: Add more fingerprints for different types for velhinhoEuAndreh1-1/+3
2023-03-02etc/ssh/known_hosts: Don't alias "localhost" to a specific keyEuAndreh1-1/+0
As this file is shared, "localhost" means different keys on each host, so drop this association.
2023-03-02etc/ssh/known_hosts: Register "usurpador" keysEuAndreh1-0/+9
2023-02-21etc/ssh/config.tmpl: Inline content from ~/dev/libre/servers/EuAndreh1-2/+11
2023-02-19etc/ssh/known_hosts: Add pilotis.netEuAndreh1-0/+9
2022-12-08etc/ssh/known_hosts: Add 2 more entries for GitHub serversEuAndreh1-1/+3
2022-12-03bin/vm: Ignore known_hosts on SSHing into vmEuAndreh1-3/+0
2022-12-03etc/ssh/known_hosts: Remove vm host keysEuAndreh1-7/+0
2022-12-03etc/ssh/known_hosts: Add Ubuntu VM keyEuAndreh1-0/+1
2022-12-02bin/vm: v2EuAndreh2-1/+7
- support -S flag for toggling snapshot mode; - support -G flag for toggling GUI mode; - dynamically discover available images; - dynamically find available ports to map to 22.
2022-12-02etc/ssh/known_hosts: Add localhost key of velhinhoEuAndreh1-0/+9
2022-11-27Use friendly name as WireGuard aliases by defaultEuAndreh1-1/+0
2022-11-27etc/ssh/known_hosts: Add keys with its verification linksEuAndreh1-0/+28
2022-11-27etc/ssh/known_hosts: Reinit known hosts fileEuAndreh1-86/+0
2022-11-25etc/ssh/known_hosts: euandreh.xyz and camarada.site now points to tophEuAndreh1-2/+2
2022-11-23etc/ssh/known_hosts: Add alias to toph.wgEuAndreh1-0/+1
2022-11-22etc/ssh/known_hosts: Add wireguard public key aliasEuAndreh1-0/+1
2022-11-16etc/ssh/known_hosts: Add velhinho's localhost keysEuAndreh1-0/+4
2022-11-16etc/ssh/known_hosts: Change remote key for arrobaponto.orgEuAndreh1-4/+2
2022-11-11etc/guix/system.scm: Enable and configure velhinho<->kuvira WireGuardEuAndreh1-0/+3
2022-10-31etc/ssh/config: Generate with envsubstEuAndreh1-1/+1
So that the `Include` can also point to a variable.
2022-10-10bin/vm: Add VM management scriptEuAndreh2-0/+3
etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU commands can be given the "--enable-kvm" flag; etc/ssh/config: Include the generated SSH config file
2022-10-08etc/guix/home.scm: Stop generating "etc/ssh/config" fileEuAndreh1-0/+5
OpenSSH support ${ENVVAR} in its config, so there is no need to generated the file to get its value dynamically.
2022-08-29etc/ssh/known_hosts: Add camarada.site entryEuAndreh1-0/+1
2022-08-22etc/ssh/known_hosts: Add entryEuAndreh1-0/+1
2022-08-12etc/ssh/known_hosts: Add camarada.site entryEuAndreh1-0/+1
2022-05-12Move Git repository into ~/.usr/.git/EuAndreh1-0/+74