- 리눅스 ssh 설치
- 리눅스 SSH 클라이언트 설치
- 리눅스 openssh-clients 설치
확인
[root@zetawiki ~]# ssh -V
-bash: ssh: command not found
- → 설치되어 있지 않음
설치
[root@zetawiki ~]# yum install openssh-clients
... (생략)
===================================================================================================================================
Package Arch Version Repository Size
===================================================================================================================================
Installing:
openssh-clients x86_64 5.3p1-81.el6_3 updates 358 k
Installing for dependencies:
libedit x86_64 2.11-4.20080712cvs.1.el6 base 74 k
Updating for dependencies:
openssh x86_64 5.3p1-81.el6_3 updates 236 k
openssh-server x86_64 5.3p1-81.el6_3 updates 300 k
Transaction Summary
===================================================================================================================================
Install 2 Package(s)
Upgrade 2 Package(s)
Total download size: 969 k
Is this ok [y/N]: y
... (생략)
Installed:
openssh-clients.x86_64 0:5.3p1-81.el6_3
Dependency Installed:
libedit.x86_64 0:2.11-4.20080712cvs.1.el6
Dependency Updated:
openssh.x86_64 0:5.3p1-81.el6_3 openssh-server.x86_64 0:5.3p1-81.el6_3
Complete!
확인 2
[root@zetawiki ~]# ssh -V
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
같이 보기