search for: akc_script

Displaying 1 result from an estimated 1 matches for "akc_script".

Did you mean: add_script
2023 Apr 03
0
sftp and utmp
...tion no > ChallengeResponseAuthentication no > GSSAPIAuthentication no > Subsystem sftp internal-sftp [...] > Match group JUST-SFTP_USERS_GROUP > ChrootDirectory %h [...] > ForceCommand internal-sftp -l INFO -u 0077 [...] > AuthorizedKeysCommand AKC_SCRIPT > AuthorizedKeysCommandUser AKC_USER > $ cat AKC_SCRIPT > #!/bin/sh [...] > MANDANT="$1" > if [ "`echo $MANDANT | tr 'A-Za-z0-9-' _ | sed -e 's/^_*$/_/'`" != "_" ]; then > # Unsupported characters in username. Refuse...