Re: ssh server installation problem.

2002-08-16 Thread Bo Peng
Thank everyone for the help. The problem is from the firewall. I knew that I missed something very basic. I checked allow.hosts etc but ... I do not know gnome-lokkit. BTW, no manual page, online ssh-server tutorials mention firewall. :-( Thank you again. Bo On Thu, Aug 15, 2002 at 12:31:14AM

RE: ssh server installation problem.

2002-08-15 Thread Peter Loveday
EMAIL PROTECTED]] On Behalf Of Bo Peng Sent: 15 August 2002 05:21 To: [EMAIL PROTECTED] Subject: Re: ssh server installation problem. Sorry. I was thinking the firewall between campus network and outside. Not my own firewall. Bo On Wed, Aug 14, 2002 at 11:16:25PM -0500, Mike Burger wrote: >

Re: ssh server installation problem.

2002-08-15 Thread Nevin Kapur
Bo Peng <[EMAIL PROTECTED]> writes: [...] > I believe that my ssh-server is installed and running since I can ssh > localhost. My ssh client is working OK since I can connect to other > machines. I checked /etc/ssh/sshd_config (I was told that I need to > change nothing.)

Re: ssh server installation problem.

2002-08-14 Thread Mike Burger
. However, when I started sshd via > > > > > /sbin/services sshd -start, I could not connect to my machine from any > > > > > other machine. I always get > > > > > "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused" > > &g

Re: ssh server installation problem.

2002-08-14 Thread Mike Burger
dhat linux 7.3 without openssh-server. I then downloaded > > > and installed openssh-server-3.1p1-6. However, when I started sshd via > > > /sbin/services sshd -start, I could not connect to my machine from any > > > other machine. I always get > > > "FATAL: C

Re: ssh server installation problem.

2002-08-14 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 15 August 2002 12:18 am, Bo Peng wrote: > I misunderstood your suggestion at first. I used "workstation" > installation and did not notice the "firewall" and "security level" of > my workstation. How can I chek it? How can I "allow" incomi

Re: ssh server installation problem.

2002-08-14 Thread Bo Peng
x 7.3 without openssh-server. I then downloaded > > > > and installed openssh-server-3.1p1-6. However, when I started sshd via > > > > /sbin/services sshd -start, I could not connect to my machine from any > > > > other machine. I always get > >

Re: ssh server installation problem.

2002-08-14 Thread Bo Peng
t linux 7.3 without openssh-server. I then downloaded > > and installed openssh-server-3.1p1-6. However, when I started sshd via > > /sbin/services sshd -start, I could not connect to my machine from any > > other machine. I always get > > "FATAL: Connecting to bp6.stat.r

Re: ssh server installation problem.

2002-08-14 Thread Mike Burger
ne. I always get > > > "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused" > > > > > > I believe that my ssh-server is installed and running since I can ssh > > > localhost. My ssh client is working OK since I can connect to other

Re: ssh server installation problem.

2002-08-14 Thread Bo Peng
I grab a copy of /etc/pam.d/ssh from internet, #%PAM-1.0 authrequired /lib/security/pam_pwdb.so shadow authrequired /lib/security/pam_nologin.so account required /lib/security/pam_pwdb.so passwordrequired /lib/security/pam_cracklib.so password

Re: ssh server installation problem.

2002-08-14 Thread Bo Peng
ed > > and installed openssh-server-3.1p1-6. However, when I started sshd via > > /sbin/services sshd -start, I could not connect to my machine from any > > other machine. I always get > > "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused" >

Re: ssh server installation problem.

2002-08-14 Thread Bo Peng
et > > "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused" > > > > I believe that my ssh-server is installed and running since I can ssh > > localhost. My ssh client is working OK since I can connect to other > > machines. I checked /etc/ssh/sshd_confi

Re: ssh server installation problem.

2002-08-14 Thread Al Sparks
One other thing (besides FW settings). If you installed ssh ./configure --with-pam then make sure you have an entry in your /etc/pam.d directory. That has nailed me more times than I can count. If that's the problem, the debug process I specified in my last message should bring that out

Re: ssh server installation problem.

2002-08-14 Thread Al Sparks
s get > "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused" > > I believe that my ssh-server is installed and running since I can ssh > localhost. My ssh client is working OK since I can connect to other > machines. I checked /etc/ssh/sshd_config

Re: ssh server installation problem.

2002-08-14 Thread Mike Burger
when I started sshd via > /sbin/services sshd -start, I could not connect to my machine from any > other machine. I always get > "FATAL: Connecting to bp6.stat.rice.edu failed: Connection Refused" > > I believe that my ssh-server is installed and running since I can ssh > l

ssh server installation problem.

2002-08-14 Thread Bo Peng
ailed: Connection Refused" I believe that my ssh-server is installed and running since I can ssh localhost. My ssh client is working OK since I can connect to other machines. I checked /etc/ssh/sshd_config (I was told that I need to change nothing.) and found nothing wrong. I also checked /etc/hosts

Re: ssh Server

2001-01-18 Thread Jeff Lane
On Fri, 19 Jan 2001, Matthew Melvin wrote: > Hi Mark, > Hmm... you definitly need the 1st one. You need the second one if > you want to use ssh to log into other servers /from/ your redhat box. You He also needs the openssl packages as well, as they have some of the files tha

RE: ssh Server

2001-01-18 Thread Thornton Prime
On Thu, 18 Jan 2001, Joel Lansden wrote: > Actually the best SSH server I've ever seen was here: > > ftp://ftp.ssh.org/pub/ssh/ssh-2.4.0.tar.gz I'f I'm not mistaken, this is the commercial ssh version. It carries license restrictions and requires that you install

Re: ssh Server

2001-01-18 Thread Matthew Melvin
On Thu, 18 Jan 2001, Mark Lo wrote: > Hi, > >I would like to install a ssh server into my RedHat 6.2 Box. Then > using Window 98 to login into my RedHat Server. I would like to know > which rpm do I need ? > > There are sereval rpm exists: but I don't know wh

RE: ssh Server

2001-01-18 Thread Joel Lansden
Actually the best SSH server I've ever seen was here:       ftp://ftp.ssh.org/pub/ssh/ssh-2.4.0.tar.gz   Just decompress, untar, and type       ./configure     make     make install   Then move the directory wherever you want it to permanently live.  the command to start it is  [dire

ssh Server

2001-01-18 Thread Mark Lo
Hi,      I would like to install a ssh server into my RedHat 6.2 Box. Then using Window 98 to login into my RedHat Server.  I would like to know which rpm do I need ?   There are sereval rpm exists: but I don't know what one should I use.   1.openssh2.3.0p1-4 2.openssh-clients2.3.p