1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sshd_config 수정
sudo vi /etc/ssh/sshd_config
 
# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no
 
# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no
 
# Change to no to disable tunnelled clear text passwords
PasswordAuthentication yes
 
 
 
SSH 서비스 재시작
sudo service ssh restart
OR
sudo service sshd restart
 
 
cs






+ Recent posts