update configs and docs

also setup 1password ssh agent config btw
This commit is contained in:
Andrei Jiroh Halili 2025-02-09 13:01:55 +08:00
parent c59f8a11d2
commit 07da715d6c
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
4 changed files with 136 additions and 5 deletions

33
.ssh/config Normal file
View file

@ -0,0 +1,33 @@
# This is my SSH client configuration I use for both Nix-based and non-Nix
# systems, mainly because I am not yet ready to codify them into home-manager
# at the moment. Note that we might need to hack around the 1Password CLI
# for headless setups like tildes and agent forwards.
# load 1Password-specifics here
Include ~/.ssh/1Password/config
# tildeverse
Host nest
Hostname hackclub.app
User ajhalili2006
IdentityAgent ~/.1password/agent.sock
Host psf
Hostname p.psf.lt
User ajhalili2006
IdentityAgent ~/.1password/agent.sock
Host ctrl-c
Hostname ctrl-c.clib
User ajhalili2006
IdentityAgent ~/.1password/agent.sock
Host hashbang
Hostname de1.hashbang.sh
User ajhalili2006
# TODO: Add machines on the tailnet later
# Recap Time Squad specifics
Host stellapent
Hostname stellapent-cier.fawn-cod.ts.net
# Our own proxyparty instance on virtnet.bond :)
Host proxyparty
# Will set this up later
Hostname proxypartylab.tuna-skate.ts.net