This commit is contained in:
Sridhar Ratnakumar 2025-11-17 11:30:54 -05:00
parent 0ead18ea70
commit 19c7b3ce3c

View file

@ -3,18 +3,6 @@
programs.ssh = {
enable = true;
matchBlocks = {
# To clone Juspay repos.
# https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host
#
# Download these from 1Password
"bitbucket.org" = {
identitiesOnly = true;
identityFile = "~/.ssh/juspay.pub";
};
"ssh.bitbucket.juspay.net" = {
identityFile = "~/.ssh/juspay.pub";
};
# For git cloning via another jump host
"ssh.bitbucket.juspay.net" = {
user = "git";
@ -22,6 +10,9 @@
# This is the magic line that routes traffic
# through the other machine
proxyJump = "vanjaram";
# Download this from 1Password
identityFile = "~/.ssh/juspay.pub";
};
"vanjaram" = {
forwardAgent = true;