dotfiles

My personal home directory config files
git clone https://erai.gay/code/dotfiles/
Log | Files | Refs | LICENSE

commit 9a4f3d1bfaaba4d70811065467fba89abb58462d
parent 3417f52bb0ec81a873a63555cf3a5a453ba831be
Author: erai <erai@omiltem.net>
Date:   Mon, 16 Jun 2025 22:39:13 -0400

add brie to authorized_keys

Diffstat:
Mssh/authorized_keys | 3++-
Mssh/config | 4++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ssh/authorized_keys b/ssh/authorized_keys @@ -1 +1,2 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFr7MDLYbWDXAOF4K/6Ag/+VUEzsvaUxvvW6jN0g80yC +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFr7MDLYbWDXAOF4K/6Ag/+VUEzsvaUxvvW6jN0g80yC erai@omiltem.net +#ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHj2P4uLnATGCawzX/yph6jZiJDzdHJwWb20NpC/brie brie@brie.gay diff --git a/ssh/config b/ssh/config @@ -4,12 +4,12 @@ Host * PasswordAuthentication no PubkeyAuthentication yes PreferredAuthentications publickey - KexAlgorithms sntrup761x25519-sha512@openssh.com, curve25519-sha256 + KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256 HostKeyAlgorithms ssh-ed25519 PubkeyAcceptedAlgorithms ssh-ed25519 Ciphers aes256-ctr Compression no - MACs hmac-sha2-256, hmac-sha2-512-etm@openssh.com + MACs hmac-sha2-256,hmac-sha2-512-etm@openssh.com ServerAliveInterval 5 ServerAliveCountMax 60 ObscureKeystrokeTiming no