From 6034645acff713ed5f7e592b549f1fbf02c58c55 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 6 Jul 2021 16:33:10 -0400 Subject: [PATCH] ssh: add script --- ssh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ssh diff --git a/ssh b/ssh new file mode 100755 index 0000000..9675eae --- /dev/null +++ b/ssh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +/usr/bin/ssh -F ~/.config/ssh/config -i ~/.local/share/ssh/id_rsa $@ -- 2.39.2