Click to See Complete Forum and Search --> : SSH installation...


worldtouch
11-09-2001, 07:20 PM
I did not how to install ssh in RH 7.1, I always used telnet and in the /etc/service , I changed the 23 port to 23xyz and the router forward to 23xyz port.
q1. I do not know if I have to delete telnet ie the telnet daemon?
q2 can telnet and SSH co-exist in rh 7.x
q3. there seem rh does not has its ssh RPM?


need guidance to assistance and correct me if I am wrong?


jennifer.

finding:

[root@worldcon conf]# rpm -q ssh
package ssh is not installed
[root@worldcon conf]#

/usr/share/doc/nss_ldap-149/pam.d/ssh
/usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/sshd
/usr/share/doc/pam_krb5-1.31/pam.d/sshd
/usr/share/man/man1/ssh-keygen.1.gz
/usr/share/man/man1/ssh-add.1.gz
/usr/share/man/man1/ssh-agent.1.gz
/usr/share/man/man1/ssh-keyscan.1.gz
/usr/share/man/man1/ssh.1.gz
/usr/share/man/man8/sshd.8.gz
/usr/share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png
/usr/share/a2ps/sheets/ssh.ssh
/usr/bin/ssh-keygen
/usr/bin/ssh
/usr/bin/ssh-add
/usr/bin/ssh-agent
/usr/bin/ssh-keyscan
/usr/libexec/openssh/ssh-askpass
/usr/sbin/sshd
/usr/include/kde/kdesu/ssh.h
/var/lock/subsys/sshd
/var/run/sshd.pid

/etc/rc.d/init.d/sshd

/etc/rc.d/init.d/sshd
/etc/pam.d/sshd
/etc/ssh
/etc/ssh/ssh_config
/etc/ssh/sshd_config
/etc/ssh/ssh_host_key
/etc/ssh/ssh_host_key.pub
/etc/ssh/ssh_host_rsa_key
/etc/ssh/ssh_host_rsa_key.pub
/etc/ssh/ssh_host_dsa_key
/etc/ssh/ssh_host_dsa_key.pub
/etc/linuxconf/archive/Home-Office/etc/ssh
/etc/linuxconf/archive/Home-Office/etc/ssh/sshd_config,v
/etc/linuxconf/archive/Home-Office/etc/ssh/ssh_host_key,v
/etc/linuxconf/archive/Home-Office/etc/ssh/ssh_random_seed,v
/etc/linuxconf/archive/Home-Office/etc/ssh/ssh_host_key.pub,v

[ 09 November 2001: Message edited by: worldtouch ]

X_console
11-09-2001, 07:30 PM
1. No, you just need to stop the daemon from running. Check your xinetd.conf

2. Yes, they are two different services and they can co-exist.

3. It should. See if you can find it at http://www.rpmfind.com

Dark Ninja
11-09-2001, 07:55 PM
Security Note: You don't want telnet running. The main reason being the fact that it is very easy to sniff information of telnet sessions. (PASSWORDS)

Once you get SSH running, that should easily be able to take the place of telnet.


Dark Ninja

Vagrant
11-10-2001, 01:16 AM
you dont have the rpm package of ssh, but ssh is installed and most likely running, jus use it as you would telnet like 'ssh ipaddress' provided the other host has a telnet daemon running, u can access ur linux box from a windows box using ssh, via a program called putty, http://www.openssh.org .. well good luck ..
*vagrant

worldtouch
11-10-2001, 01:55 AM
yes, I started setup and ssh is there run. I have downloaded the window 98 clients side in www.uk2.net (http://www.uk2.net) ( free) and start to use it.

the ssh client side has a finger-print itself. I need to some experiments

Exp1. dail -in ( some time next 2 weeks)
exp2. right now I am doing, connect via my window 98 se to linux box and solaris 8 which I discovered ( service does not have port 22 with SSH).

q1. I have tried sunfreeware.com -ssh is not found there?
q2. openssh is for apache, and ssh is secure type telnet?

strange thing:

ssh 22041/tcp # SSH Remote Login Protocol
ssh 22041/udp # SSH Remote Login Protocol
t

I changed the port no for ssh and reboot RH 7.1, very strange, I can still use port 22 to login the RH 7.1 when I have changed port services. while if I changed port 22 into 22041 in the win 98 se client side ( secure shell-- SSHR) I can't connect into the linux box , why it that?????


anything is wrong, please correct me!

thanks!


jennifer.

[ 10 November 2001: Message edited by: worldtouch ]

[ 10 November 2001: Message edited by: worldtouch ]

[ 10 November 2001: Message edited by: worldtouch ]

X_console
11-10-2001, 12:11 PM
Why are you changing the port numbers? Ssh and telnet have their own unique port numbers so there's no need to change it. I don't understand what you're asking about sunfreeware.com Port 22 is opened only when you run sshd. For your second question, OpenSSH is the open source alternative to the commercial ssh. They both work the same, none of them have anything to do with Apache. Apache is a webserver. If you're looking to secure it, you're looking for SSL or OpenSSL, not ssh.