[root@zetawiki ~]# ssh
-bash: ssh: command not found
[root@zetawiki ~]# scp
-bash: scp: command not found
[root@zetawiki ~]# rpm -qa | grep openssh-clients
[root@zetawiki ~]#
[root@zetawiki ~]# yum install openssh-clients
... (생략)
======================================================================
Package Arch Version Repository Size
======================================================================
Installing:
openssh-clients x86_64 5.3p1-114.el6_7 updates 439 k
Updating for dependencies:
openssh x86_64 5.3p1-114.el6_7 updates 274 k
openssh-server x86_64 5.3p1-114.el6_7 updates 324 k
Transaction Summary
======================================================================
Install 1 Package(s)
Upgrade 2 Package(s)
Total download size: 1.0 M
Is this ok [y/N]: y
... (생략)
Installed:
openssh-clients.x86_64 0:5.3p1-114.el6_7
Dependency Updated:
openssh.x86_64 0:5.3p1-114.el6_7
openssh-server.x86_64 0:5.3p1-114.el6_7
Complete!
[root@zetawiki ~]# ssh -V
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
[root@zetawiki ~]# scp
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 ... [[user@]host2:]file2