]> git.armaanb.net Git - bin.git/commitdiff
ssh: add script
authorArmaan Bhojwani <me@armaanb.net>
Tue, 6 Jul 2021 20:33:10 +0000 (16:33 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 6 Jul 2021 20:33:10 +0000 (16:33 -0400)
ssh [new file with mode: 0755]

diff --git a/ssh b/ssh
new file mode 100755 (executable)
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 $@