all repos — dotfiles @ 1af1f6acd2ce167d5d5358f5a36c58b368965496

my *nix dotfiles

nix: move to ../
Anirudh Oppiliappan x@icyphox.sh
Fri, 05 Jan 2024 10:06:41 +0200
commit

1af1f6acd2ce167d5d5358f5a36c58b368965496

parent

77c626816fe07cd99cd5b0c4c0448ea234cebc0c

D ssh/config

@@ -1,51 +0,0 @@

-Include /Users/icy/.colima/ssh_config - -Host * - ServerAliveInterval 180 - ServerAliveCountMax 3 - 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 - Hostname github.com - TCPKeepAlive yes - IdentityFile ~/.ssh/id_ed25519 - IdentityFile ~/.ssh/upcloud - -Host fern - Hostname fern - User pi - -Host jade - Hostname jade - User ubuntu - IdentityFile ~/.ssh/id_rsa - -Host lapis2 - Hostname 150.230.131.193 - User icy - IdentityFile ~/.ssh/id_rsa - -Host crimson - Hostname 144.24.148.230 - User icy - SetEnv TERM=xterm - IdentityFile ~/.ssh/id_ed25519 - -Host upcloud - Hostname git.services.upcloud.com - IdentityFile ~/.ssh/upcloud - -Host denna - Hostname denna - IdentityFile ~/.ssh/id_ed25519 - IdentityFile ~/.ssh/upcloud - -Host egg - Hostname egg - IdentityFile ~/.ssh/id_ed25519 - IdentityFile ~/.ssh/upcloud