Guest User

Untitled

a guest
Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #Port 22
  2. Port 3104 # wellknown port は外す
  3.  
  4. #Protocol 2,1
  5. Protocol 2 # ssh2 しか使わない
  6.  
  7. #PasswordAuthentication yes
  8. PasswordAuthentication no # 鍵認証に絞る
  9.  
  10. #ChallengeResponseAuthentication yes
  11. ChallengeResponseAuthentication no # 鍵認証に絞る
  12.  
  13. #UsePAM yes
  14. UsePAM no # 鍵認証に絞る
Add Comment
Please, Sign In to add comment