From: Armaan Bhojwani Date: Tue, 6 Jul 2021 20:33:10 +0000 (-0400) Subject: ssh: add script X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=6034645acff713ed5f7e592b549f1fbf02c58c55 ssh: add script --- 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 $@