diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-29 10:36:21 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-29 10:36:21 -0400 |
commit | 2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch) | |
tree | 71785091dbd341919dda5832a2ccceb0601185b6 /home-config/ssh | |
parent | update configs and virt packages (diff) | |
download | dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2 dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip |
update sway and waybar configuration, hanve around guix packages
Diffstat (limited to 'home-config/ssh')
-rw-r--r-- | home-config/ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-config/ssh/config b/home-config/ssh/config index 7ab6f9f..65fad34 100644 --- a/home-config/ssh/config +++ b/home-config/ssh/config @@ -21,6 +21,11 @@ Host nitron Hostname nitron.cs.rit.edu User tam2214 +Host github.com + Hostname github.com + User tam2214 + IdentityFile /home/tylerm/.ssh/id_rit + Host * KexAlgorithms -sntrup761x25519-sha512@openssh.com |