mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-07-22 01:59:03 +00:00
update configs and docs
also setup 1password ssh agent config btw
This commit is contained in:
parent
c59f8a11d2
commit
07da715d6c
4 changed files with 136 additions and 5 deletions
33
.ssh/config
Normal file
33
.ssh/config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue