all repos — dotfiles @ b89d34d2b82e22c328282cf0e3c26acbaf25321c

my *nix dotfiles

ssh: clean up HostKeyAlgorithms
Anirudh Oppiliappan x@icyphox.sh
Fri, 12 May 2023 13:46:05 +0300
commit

b89d34d2b82e22c328282cf0e3c26acbaf25321c

parent

45b1048dfc8a41d4144790fee6ec7672969100da

2 files changed, 8 insertions(+), 2 deletions(-)

jump to
M .gitignore.gitignore

@@ -1,3 +1,4 @@

prompt/prompt result config/nvim/init.vim +.luarc.json
M ssh/configssh/config

@@ -1,9 +1,11 @@

Host * ServerAliveInterval 180 ServerAliveCountMax 3 - HostKeyAlgorithms ssh-rsa,ssh-ed25519 - PubkeyAcceptedKeyTypes ssh-ed25519,ssh-rsa + HostKeyAlgorithms +ssh-rsa + PubkeyAcceptedKeyTypes +ssh-rsa StrictHostKeyChecking no + Ciphers aes256-ctr,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-cbc + IPQoS ef af31 Host github.com User git

@@ -50,3 +52,6 @@

Host upcloud Hostname git.services.upcloud.com IdentityFile ~/.ssh/upcloud + +# Host * +# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"