반응형
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
- quota
- Spoofing
- MIME
- cpio
- PGP
- Sendmail
- 2.5.1
- 접근통제
- 사용자 계정 관리
- 인증기준
- rsync
- set
- dhcp
- xinetd
- 조치
- Tripwire
- NFS
- sendmail.
- 파밍
- pacct
- ARP
- xe
- pem
- ISMS-P
- logrotate
- SAMBA
- 스미싱
- proftpd.conf
- SSL
- Oracle
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