aboutsummaryrefslogtreecommitdiff
path: root/etc/ssh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* etc/ssh/: Update aliasesEuAndreh2025-03-052-3/+4
|
* etc/ssh/config.tmpl: Disable PasswordAuthentication by defaultEuAndreh2024-08-241-0/+1
|
* etc/ssh/known_hosts: Add entry for asamiEuAndreh2024-08-241-3/+3
|
* etc/ssh/config.tmpl: Add "asami" and commentsEuAndreh2024-08-241-0/+7
|
* etc/ssh/config.tmpl: Simple reorderEuAndreh2024-08-241-7/+7
|
* etc/ssh/config.tmpl: Add lawtech aliasEuAndreh2023-12-131-1/+2
|
* etc/ssh/: Add config for papo.im serverEuAndreh2023-11-272-0/+12
|
* etc/ssh/authorized_keys: Disallow root@toph keyEuAndreh2023-04-011-1/+0
| | | | | The 3-2-1 rule for toph is already satisfied, so having this extra disk is not required for complying with it.
* etc/ssh/known_hosts: Update GitHub RSA keyEuAndreh2023-03-241-1/+1
| | | | https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
* etc/ssh/config.tmpl: Proper placement of the "Include" directiveEuAndreh2023-03-181-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
* etc/ssh/authorized_keys: {andreh => root}@tophEuAndreh2023-03-141-1/+1
|
* etc/ssh/config.tmpl: Add User entry for pilotis.netEuAndreh2023-03-131-0/+3
|
* etc/ssh/: Add zh3051.rsync.net key and host aliasEuAndreh2023-03-082-5/+8
|
* etc/ssh/: Add hk-s0s0.rsync.net key and host aliasEuAndreh2023-03-082-1/+6
|
* Don't hardcode value for SSH authorized_keysEuAndreh2023-03-031-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.
* etc/ssh/authorized_keys: Allow toph to SSH inEuAndreh2023-03-021-0/+1
|
* etc/ssh/known_hosts: Add more fingerprints for different types for velhinhoEuAndreh2023-03-021-1/+3
|
* etc/ssh/known_hosts: Don't alias "localhost" to a specific keyEuAndreh2023-03-021-1/+0
| | | | | As this file is shared, "localhost" means different keys on each host, so drop this association.
* etc/ssh/known_hosts: Register "usurpador" keysEuAndreh2023-03-021-0/+9
|
* etc/ssh/config.tmpl: Inline content from ~/dev/libre/servers/EuAndreh2023-02-211-2/+11
|
* etc/ssh/known_hosts: Add pilotis.netEuAndreh2023-02-191-0/+9
|
* etc/ssh/known_hosts: Add 2 more entries for GitHub serversEuAndreh2022-12-081-1/+3
|
* bin/vm: Ignore known_hosts on SSHing into vmEuAndreh2022-12-031-3/+0
|
* etc/ssh/known_hosts: Remove vm host keysEuAndreh2022-12-031-7/+0
|
* etc/ssh/known_hosts: Add Ubuntu VM keyEuAndreh2022-12-031-0/+1
|
* bin/vm: v2EuAndreh2022-12-022-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.
* etc/ssh/known_hosts: Add localhost key of velhinhoEuAndreh2022-12-021-0/+9
|
* Use friendly name as WireGuard aliases by defaultEuAndreh2022-11-271-1/+0
|
* etc/ssh/known_hosts: Add keys with its verification linksEuAndreh2022-11-271-0/+28
|
* etc/ssh/known_hosts: Reinit known hosts fileEuAndreh2022-11-271-86/+0
|
* etc/ssh/known_hosts: euandreh.xyz and camarada.site now points to tophEuAndreh2022-11-251-2/+2
|
* etc/ssh/known_hosts: Add alias to toph.wgEuAndreh2022-11-231-0/+1
|
* etc/ssh/known_hosts: Add wireguard public key aliasEuAndreh2022-11-221-0/+1
|
* etc/ssh/known_hosts: Add velhinho's localhost keysEuAndreh2022-11-161-0/+4
|
* etc/ssh/known_hosts: Change remote key for arrobaponto.orgEuAndreh2022-11-161-4/+2
|
* etc/guix/system.scm: Enable and configure velhinho<->kuvira WireGuardEuAndreh2022-11-111-0/+3
|
* etc/ssh/config: Generate with envsubstEuAndreh2022-10-311-1/+1
| | | | So that the `Include` can also point to a variable.
* bin/vm: Add VM management scriptEuAndreh2022-10-102-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
* etc/guix/home.scm: Stop generating "etc/ssh/config" fileEuAndreh2022-10-081-0/+5
| | | | | OpenSSH support ${ENVVAR} in its config, so there is no need to generated the file to get its value dynamically.
* etc/ssh/known_hosts: Add camarada.site entryEuAndreh2022-08-291-0/+1
|
* etc/ssh/known_hosts: Add entryEuAndreh2022-08-221-0/+1
|
* etc/ssh/known_hosts: Add camarada.site entryEuAndreh2022-08-121-0/+1
|
* Move Git repository into ~/.usr/.git/EuAndreh2022-05-121-0/+74