mirror of
https://github.com/SantaSpeen/kkep-praktic-2022.git
synced 2025-07-03 00:06:10 +00:00
Namings changes
This commit is contained in:
parent
0336c39b05
commit
7fab9936e3
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
BIN
linux/How-to-mark.xlsx
Normal file
BIN
linux/How-to-mark.xlsx
Normal file
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.
Loading…
x
Reference in New Issue
Block a user