Namings changes

This commit is contained in:
Maxim Khomutov 2022-04-22 19:04:42 +03:00
parent 0336c39b05
commit 7fab9936e3
23 changed files with 0 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

BIN
linux/How-to-mark.xlsx Normal file

Binary file not shown.

View File

@ -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.

View File

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 171 KiB