diff --git a/.gitignore b/.gitignore index c621417..a67974d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,8 @@ raycast/extensions raycast/config.json *.env .git/ -ssh/config .DS_Store zed/.tmp* zed/embeddings zed/conversations +ssh/config diff --git a/ssh/config b/ssh/config deleted file mode 100644 index a7c2b42..0000000 --- a/ssh/config +++ /dev/null @@ -1,32 +0,0 @@ -Host * - #HostkeyAlgorithms +ssh-rsa - #PubkeyAcceptedAlgorithms +ssh-rsa - - IdentityAgent "~/.1password/agent.sock" - ServerAliveInterval 60 - TCPKeepAlive yes - -Host github.com - Hostname ssh.github.com - Port 443 - User git - # set to personal by default - IdentityFile ~/.ssh/personal.pub - IdentitiesOnly yes - -# Personal -Host personalgit - Hostname ssh.github.com - Port 443 - User git - IdentityFile ~/.ssh/personal.pub - IdentitiesOnly yes - -# Work -Host workgit - Hostname ssh.github.com - Port 443 - User git - IdentityFile ~/.ssh/work.pub - IdentitiesOnly yes -