Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles

chore(global): update 1Password SSH agent + client configs

Also some tweaking at GnuPG's SSH agent integration stuff via the
sshcontrol file for Keychain. (https://github.com/danielrobbins/keychain)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

andreijiroh.dev fc00223a 76a4dd42

verified
+46
+10
.config/1Password/ssh/agent.toml
··· 50 50 item = "npdvnvxih5gsr3cxlonbkayoy4" 51 51 account = "https://andreijiroh-dev.1password.com" 52 52 53 + # passwordless stuff 54 + [[ssh-keys]] 55 + item = "pntny4t3b7qdajtknrz3vgvrk4" 56 + account = "https://andreijiroh-dev.1password.com" 57 + 53 58 # infraops 54 59 [[ssh-keys]] 55 60 vault = "fykuds2mmz7iletnsxkl47slbi" ··· 58 63 59 64 [[ssh-keys]] 60 65 item = "gj75ey6dr7scrckvjp33dqz3xi" 66 + account = "https://andreijiroh-dev.1password.com" 67 + 68 + # StudentOps stuff 69 + [[ssh-keys]] 70 + item = "ylcrbks3tkxtsgkc5gadm2dyqa" 61 71 account = "https://andreijiroh-dev.1password.com" 62 72 63 73 ## RecapTime.dev ##
+26
.gnupg/sshcontrol
··· 1 + # List of allowed ssh keys. Only keys present in this file are used 2 + # in the SSH protocol. The ssh-add tool may add new entries to this 3 + # file to enable them; you may also add them manually. Comment 4 + # lines, like this one, as well as empty lines are ignored. Lines do 5 + # have a certain length limit but this is not serious limitation as 6 + # the format of the entries is fixed and checked by gpg-agent. A 7 + # non-comment line starts with optional white spaces, followed by the 8 + # keygrip of the key given as 40 hex digits, optionally followed by a 9 + # caching TTL in seconds, and another optional field for arbitrary 10 + # flags. Prepend the keygrip with an '!' mark to disable it. 11 + 12 + # Ed25519 key added on: 2026-03-07 17:30:12 13 + # Fingerprints: MD5:46:f9:5c:d0:e3:81:20:c4:dd:42:d3:c8:be:c8:78:61 14 + # SHA256:ci+JGpHk/1StUxzbkOs1AfCGncyHvHLWwX/jPW6rRLY 15 + # Comment: ajhalili2006@andreijiroh.dev (2022 SSH key) 16 + B5D200D72E6CA1EFD1FA389711B6EDE810F4B11A 900 17 + # Ed25519 key added on: 2026-03-07 17:33:18 18 + # Fingerprints: MD5:72:6a:5e:67:07:80:bf:e4:c2:df:00:c0:4d:07:34:35 19 + # SHA256:O2hq61uPA4jCv+gBOUCXbExRGfczSGILVqQheqih7mA 20 + # Comment: @recaptimebot's SSH key 21 + C4C4814E3CADE7BC8F604462FF5C6825C3971CCE 900 22 + # Ed25519 key added on: 2026-03-07 17:35:27 23 + # Fingerprints: MD5:05:39:7b:30:ed:0c:28:3c:8d:2e:9c:5d:3f:6e:21:c6 24 + # SHA256:5F45aDysMyrYDCWLiIDyubAhtCXgmWzWerVMfQRjXSU 25 + # Comment: passwordless auth for ~ajhalili2006 26 + 22951B44E95ADA891584CA2E763AB03044C4D471 0
+10
.ssh/configs/cf-tunnels
··· 1 + Host lairland.cftunnels 2 + Hostname lairland-ssh.andreijiroh.is-a.dev 3 + ProxyCommand cloudflared access ssh --hostname %h 4 + Host stellapent-cier.cftunnels 5 + Hostname stellapent-ssh.andreijiroh.is-a.dev 6 + ProxyCommand cloudflared access ssh --hostname %h 7 + Host phorge.cftunnels 8 + Hostname phorge-ssh.recaptime.dev 9 + ProxyCommand cloudflared access ssh --hostname %h 10 +