The "Connection Refused" message indicates that sshd is not running on the
server.
After you have installed the binaries, you need to start the server. You
can do it manually by running "/usr/local/sbin/sshd", but you should
really add starting it to /etc/rc.local or some similar system startup
file so that it gets restarted after reboot. If your system has
/etc/rc.local, just add the line "/usr/local/sbin/sshd" as the last line
in it.
Tatu
--
SSH Communications Security http://www.ssh.com/
SSH IPSEC Toolkit http://www.ipsec.com/
SSH(R) Secure Shell(TM) http://www.ssh.com/ssh
On Tue, 6 Feb 2001, VOYER, DANIEL wrote:
> Here is the input:
>
> DCOCMN(danv),~,()#ssh -v dcocmn
> warning: Parsing of value for AllowedAuthentications failed.
> debug: hostname is 'dcocmn'.
> warning: Parsing of value for AllowedAuthentications failed.
> debug: Unable to open /export/home/danv/.ssh2/ssh2_config
> debug: connecting to dcocmn...
> FATAL: Connecting to dcocmn failed: Connection Refused
>
> Is that what you need?
>
> Tatu Ylonen wrote:
>
> > Could you please send the output of "ssh -v hostname". It will help in
> > understanding what went wrong.
> >
> > Tatu
> >
> > --
> > SSH Communications Security http://www.ssh.com/
> > SSH IPSEC Toolkit http://www.ipsec.com/
> > SSH(R) Secure Shell(TM) http://www.ssh.com/ssh
> >
> > On Tue, 6 Feb 2001, VOYER, DANIEL wrote:
> >
> > > Hi everybody,
> > >
> > >
> > > I have a Solaris server (sparc 7) and I try to install ssh2 on it. The
> > > ace server (SecurID server ) is on a different server somewhere in my
> > > network.
> > >
> > > I just compile ssh 2.4.0 with the option "--with-clientsecurid" after I
> > > put the line
> > > "AllowedAuthentications [EMAIL PROTECTED] " in the sshd2_config and
> > > ssh2_config.
> > >
> > > Is that all I have to do ?
> > >
> > > Because it doesnt work!!
> > >
> > > Thank's for your help.
> > >
> > > - dan
> > >
> > >
>
>