반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SSL
- NFS
- 접근통제
- Sendmail
- pacct
- SAMBA
- MIME
- quota
- cpio
- set
- 인증기준
- dhcp
- 사용자 계정 관리
- proftpd.conf
- Spoofing
- ISMS-P
- logrotate
- rsync
- sendmail.
- xe
- Tripwire
- PGP
- ARP
- 조치
- xinetd
- Oracle
- pem
- 파밍
- 2.5.1
- 스미싱
Archives
- Today
- Total
SEO
ssh 본문
반응형
ssh 설정 파일
/etc/ssh/sshd_config
#Port 22
Protocol 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#ShowPatchLevel no
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10
#PermitTunnel no
#ChrootDirectory none
# no default banner path
#Banner none
# override default of no subsystems
Subsystem sftp /usr/libexec/openssh/sftp-server
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
# AllowTcpForwarding no
# ForceCommand cvs server
PermitRootLogin no <== root 로그인 금지
반응형
Comments