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