안
안
안녕리눅스 3 User Guide
Search…
안
안
안녕리눅스 3 User Guide
Introduction
Chapter 1. 안녕 리눅스 3 \/ CentOS 7.2 차이점
Chapter 2. Access Control
Chapter 3. Web control
Chapter 4. JVM 운영
Chapter 5. DNS 운영
Chapter 6. Time Server 운영
Chapter 7. VPN 운영
Chapter 8. SMTP 운영
안녕 리눅스 White Paper
안녕 리눅스 알려진 버그
안녕 리눅스 3 패키지 일람
[AN:core]
[AN:base]
apr
authconfig
bash
bind
chrony
coreutils
ctags
cvs
ecj
filesystem
GeoIP
gperftools
httpd
initscrtips
iptables
java-1.8.0-openjdk
javapacakges-tools
linuxdoc-tools
mariadb
memcached
net-tools
ntp
openssh
openssl
pam
php
procmail
procps-ng
redhat-rpm-config
rootfiles
rsyslog
sendmail
setup
shadow-utils
sudo
systemd
sysvinit-tools
tomcat
traceroute
unzip
util-linux
vim
xinted
[AN:xless]
[AN:addon]
[AN:plus]
안녕 리눅스 Upgrade Guide
Powered By
GitBook
openssh
Description:
An open source implementation of SSH protocol versions 1 and 2
Changes on AnNyung:
1.
X 의존성 제거
2.
서버 기본 설정 변경 (
/etc/ssh/sshd_config
)
KeyRegenerationInterval 0
UseDNS no
GSSAPIAuthentication no
X11Forwarding no
Banner /etc/issue.net
AcceptEnv 에 USER_LANG 환경 변수 추가
3.
클라이언트 기본 설정 변경 (
/etc/ssh/ssh_config
)
GSSAPIAuthentication no
ForwardX11Trusted no
SendEnv 에 USER_LANG 환경 변수 추가
4.
Banner 지시자에 지정된 파일(/etc/issue.net_)에 Magic Cookie 지원
5.
ssh client에서 IDN 지원
1
[
[email protected]
~
]
$
ssh
청와대.com -v
2
OpenSSH_6.6.1, OpenSSL
1.0
.1e-fips
11
Feb
2013
3
debug1: Reading configuration data /etc/ssh/ssh_config
4
debug1: /etc/ssh/ssh_config line
49
: Applying options
for
*
5
debug1: Connecting to 청와대.com
[
211.234
.63.232
]
port
22
.
6
^C
7
[
[email protected]
~
]
$
Copied!
6.
host key check skip 옵션 추가 (
-H
)
아래 예제는 둘다 동일한 방법임.
1
[
[email protected]
~
]
$
ssh
-H test.com
2
[
[email protected]
~
]
$
ssh
-o
UserKnownHostsFile
=
/dev/null -o
StrictHostKeyChecking
=
no test.com
Copied!
Sub packages:
openssh-clients
- An open source SSH client applications
openssh-keycat
- A mls keycat backend for openssh
openssh-ldap
- A LDAP support for open source SSH server daemon
openssh-server
- An open source SSH server daemon
openssh-server-sysvinit
- The SysV initscript to manage the OpenSSH server.
pam_ssh_agent_auth
- PAM module for authentication with ssh-agent
Previous
ntp
Next
openssl
Last modified
2yr ago
Copy link
Contents
Description:
Changes on AnNyung:
Sub packages: