From fd9c04398afd1ae01e73b4b2c1c9214e01b0001e Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 4 Mar 2021 13:33:48 -0500 Subject: scripts copied from penme.git --- dot/local/bin/penyou | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dot/local/bin/penyou (limited to 'dot/local/bin/penyou') diff --git a/dot/local/bin/penyou b/dot/local/bin/penyou new file mode 100755 index 0000000..cc7fdda --- /dev/null +++ b/dot/local/bin/penyou @@ -0,0 +1,4 @@ +#!/bin/sh +sudo=$([ $(id -u) -eq 0 ] || echo sudo --) +exec $sudo ssh -i /etc/ssh/ssh_host_ed25519_key -l root "$@" + -- cgit v1.2.3