mirror of
https://github.com/SantaSpeen/kkep-praktic-2022.git
synced 2026-05-19 16:10:13 +00:00
Namings changes
This commit is contained in:
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
Binary file not shown.
@@ -1,12 +0,0 @@
|
|||||||
SSH_CONFIG="/etc/ssh/sshd_config"
|
|
||||||
|
|
||||||
echo "Port 22" >> $SSH_CONFIG
|
|
||||||
echo "ListenAddress 0.0.0.0" >> $SSH_CONFIG
|
|
||||||
echo "PasswordAuthentication yes" >> $SSH_CONFIG
|
|
||||||
echo "PermitEmptyPasswords no" >> $SSH_CONFIG
|
|
||||||
echo "ChallengeResponseAuthentication no" >> $SSH_CONFIG
|
|
||||||
echo "UsePAM yes" >> $SSH_CONFIG
|
|
||||||
echo "X11Forwarding no" >> $SSH_CONFIG
|
|
||||||
echo "PrintMotd no" >> $SSH_CONFIG
|
|
||||||
echo "AcceptEnv LANG LC_*" >> $SSH_CONFIG
|
|
||||||
echo -e "Subsystem\tsftp\t/usr/lib/openssh/sftp-server" >> $SSH_CONFIG
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
Binary file not shown.
Reference in New Issue
Block a user