From 52df9ea0096cc8beff70312dde81213ca082a839 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 25 Mar 2020 20:45:27 +0200 Subject: Change: add new work servers, home access from the outside --- ssh-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ssh-config.yaml') diff --git a/ssh-config.yaml b/ssh-config.yaml index 9863c86..606d625 100644 --- a/ssh-config.yaml +++ b/ssh-config.yaml @@ -1,6 +1,9 @@ -- when: I run ssh (?P\S+) (?P.+) +- when: I run ssh (?P\S+) (?P\S+) function: run_ssh +- when: I run ssh -J (?P\S+) (?P\S+) (?P\S+) + function: run_ssh_with_jumphost + - when: I run git clone (?P\S+) function: run_git_clone -- cgit v1.2.1