We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ccae6 commit 8fa6bfbCopy full SHA for 8fa6bfb
example/remote/helpers/portfwd-user.sh
@@ -40,7 +40,7 @@ fi
40
41
echo "Creating sshd config file $user.conf"
42
43
-cat << EOF > "/etc/ssh/sshd_config.d/$user.conf"
+cat << EOF > "/etc/ssh/sshd_config.d/user-$user.conf"
44
Match User $user
45
AllowAgentForwarding no
46
AllowTcpForwarding $allow_tcp_forwarding
0 commit comments