From 2e5909e761f40e42684fbaa71f3b5bcb49500567 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 23 Oct 2021 12:52:42 -0400 Subject: move all files to EndoForge --- src/AuthorizedKeysCommand | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 src/AuthorizedKeysCommand (limited to 'src/AuthorizedKeysCommand') diff --git a/src/AuthorizedKeysCommand b/src/AuthorizedKeysCommand deleted file mode 100755 index 6e13063..0000000 --- a/src/AuthorizedKeysCommand +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -username=$1 -userhome=$2 -fingerprint=$3 -authline="$4 $5" - -case "$userhome" in - *'"'*) exit ;; -esac - -usercommand=$userhome/.ssh/AnonymousAccessCommand - -[ -x "$usercommand" ] || exit - -printf 'command="%s",no-port-forwarding %s\n' "$usercommand $fingerprint" "$authline" -- cgit v1.2.3