• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ssh for RedHat linux 7.3 ?

galt

Senior member
Installed RH 7.3, including OpenSSH 3.4, OpenSSL and Zlib, and still it says "no such command or file" when I type in 'ssh' at the prompt. Uninstalled and reinstalled the three packages, and still no go. "locate ssh" gives this result:


/etc/ssh <-- this is a directory, which is empty
/usr/bin/ssh-keygen
/usr/bin/artsshell
/usr/libexec/openssh <-- another empty directory
/usr/share/doc/HTML/en/kdevelop/reference/C/CONTRIB/SNIP/isshare.c
/usr/share/doc/HTML/en/kdevelop/reference/C/CONTRIB/SNIP/isshift.c
/usr/share/doc/openssh-3.4p1
/usr/share/doc/openssh-3.4p1/ChangeLog
/usr/share/doc/openssh-3.4p1/CREDITS
/usr/share/doc/openssh-3.4p1/OVERVIEW
/usr/share/doc/openssh-3.4p1/INSTALL
/usr/share/doc/openssh-3.4p1/LICENCE
/usr/share/doc/openssh-3.4p1/README.privsep
/usr/share/doc/openssh-3.4p1/README
/usr/share/doc/openssh-3.4p1/WARNING.RNG
/usr/share/doc/openssh-3.4p1/TODO
/usr/share/doc/openssh-3.4p1/README.smartcard
/usr/share/doc/openssh-3.4p1/RFC.nroff
/usr/share/man/man1/ssh-keygen.1.gz
/usr/share/man/man8/ssh-keysign.8.gz
/usr/include/kde/kdesu/ssh.h


'scp' command is present, but no 'ssh'. Where do I get that?
 
It should be part of the install. Any errors?
Where did you get the rpm? Have you tried installing from source? /etc/ssh/ should not be empty.
 
the ssh rpms are broken down into several packages.
if you are trying to use 'ssh' to connect to other hosts you will need to have installed openssh-clients rpm.
 
Back
Top