mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-22 13:12:06 +00:00
33 lines
No EOL
989 B
Text
33 lines
No EOL
989 B
Text
# 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 |