about summary refs log tree commit diff
path: root/modules/ssh
Commit message (Collapse)AuthorAge
* modules/ssh: add NixCon hostsAlyssa Ross2020-10-06
|
* modules/ssh: add gitlab.freedesktop.orgAlyssa Ross2020-09-29
|
* modules/ssh: ask to verify keys over DNSAlyssa Ross2020-08-17
| | | | | I'm not sure why this is disabled by default (maybe so not to confuse people?) but I don't see any harm in asking.
* modules/ssh: add cl.tvlAlyssa Ross2020-07-17
|
* modules/ssh: globally ban NIST curvesAlyssa Ross2020-04-07
|
* modules/ssh: implicit .com for github and gitlabAlyssa Ross2020-01-14
|
* modules/ssh: configure for GitLabAlyssa Ross2020-01-14
|
* Merge commit 'e4134747f5666bcab8680aff67fa3b63384f9a0f'Alyssa Ross2020-01-11
|
* modules/ssh: fix edef's keyAlyssa Ross2019-09-28
|
* modules/ssh: set StrictModes to noAlyssa Ross2019-09-16
| | | | | This is required for non-root public key login because sshd doesn't like the permissions on /nix/store.
* modules/ssh: enable mosh along with sshdAlyssa Ross2019-09-16
|
* modules/ssh: support SSH serverAlyssa Ross2019-09-16
| | | | | | This isn't enabled on any machines yet, but it means that a machine wanting an SSH server would just have to enable the server and it would be configured correctly.
* modules/ssh: use certAuthority optionAlyssa Ross2019-09-16
| | | | | Didn't exist when I originally wrote this. Now does! Yay! No more hack.
* modules/ssh: store keys in directoryAlyssa Ross2019-09-16
|
* modules/ssh: add RSA key from GitHubAlyssa Ross2019-07-30
|
* modules/ssh: add edef.eu known hostsAlyssa Ross2019-06-17
|
* modules/ssh: initAlyssa Ross2019-06-16