summaryrefslogtreecommitdiff
path: root/penyou
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-03-04 14:11:29 -0500
committerAndrew Cady <d@jerkface.net>2021-03-07 19:45:28 -0500
commitb6a651148e7a20cdd94d1dc8ee662c9724c0d15e (patch)
treee4dd587bb9d5eef355184321438687e33315f2fa /penyou
parentb6f844fcabfb9d818ff406f2c8733c2a55f4f903 (diff)
add sash (also named penyou for symmetry)
Diffstat (limited to 'penyou')
-rwxr-xr-xpenyou4
1 files changed, 4 insertions, 0 deletions
diff --git a/penyou b/penyou
new file mode 100755
index 0000000..cc7fdda
--- /dev/null
+++ b/penyou
@@ -0,0 +1,4 @@
1#!/bin/sh
2sudo=$([ $(id -u) -eq 0 ] || echo sudo --)
3exec $sudo ssh -i /etc/ssh/ssh_host_ed25519_key -l root "$@"
4