From neonatus@bigfoot.com Sun Nov 22 08:34:09 1998
From: neonatus@bigfoot.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] SSH - again
Date: Sun, 22 Nov 1998 09:34:09 +0100
Message-ID: <3657CC81.724C1326@bigfoot.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4738296994244689910=="
--===============4738296994244689910==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Hello!
I have now created the host key and put it in /etc in a file /ssh_host_key
But when i run sshd as a root it says:
error: fatal: Could not load host key: /etc/ssh_host_key. Check path and
permissions
I don't know what gives - I did ssh-keygen -b 1024 -f /etc/ssh_host_key -N
mypassword
This was done as a suid root.
Did I do something wrong ?
Bostjan
--=20
Bostjan Muller [NEONATUS], NEONATUS@bigfoot.com, http://surf.to/NEONATUS=
> =20
ICQ #:7506644, My PGP keys http://www2.mf=
.uni-lj.si/~tmueller/BM.asc> =20
RSA id: 0x90178DBD, DH id: 0x32A834CB, DSS id: 0x9A5F0784
Press any key to continue or any other key to quit...
-
To get out of this list, please send email to majordomo@suse.com with
this text in its body: unsubscribe suse-linux-e
--===============4738296994244689910==--
From stevep@bash.linux-shell.net Sun Nov 22 20:11:16 1998
From: stevep@bash.linux-shell.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SSH - again
Date: Sun, 22 Nov 1998 15:11:16 -0500
Message-ID:
In-Reply-To: <3657CC81.724C1326@bigfoot.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2094974431415066773=="
--===============2094974431415066773==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Bostjan,
I downloaded the ssh-1.2.26.tar.gz and installed it. Very easy. It was
basically a ./configure ./make ./make install.
Then I downloaded ssh-2.0.11.tar.gz and it was a similarly easy process.
Read the
quickstart quide. There is some interaction with the ssh1 which I don't
quite understand. Seems like it takes ssh1 to get ssh2 to work.=20
The files are at http://netsecurity.minin=
gco.com/msub20.htm>
But anyway, it works with ssh2 -l username site, or ssh1 -l username site,
and ssh -l username site.
There is a error coming from the remote site about x11 forwarding that
may need investigating.
I am running 5.3.
Hope this helps.
Steve.
ps could not get a ssh.rpm to work.
------------------------------------
Steve Pauly (281) 496-8041
Global Marine Drilling Co.
stevep@linux-shell.net
steve.pauly@glm.com
gmdcman@mindspring.com
On Sun, 22 Nov 1998, Bostjan Muller wrote:
>=20
> Hello!
>=20
> I have now created the host key and put it in /etc in a file /ssh_host_key
> But when i run sshd as a root it says:
>=20
> error: fatal: Could not load host key: /etc/ssh_host_key. Check path and
> permissions
>=20
> I don't know what gives - I did ssh-keygen -b 1024 -f /etc/ssh_host_key -N
> mypassword
>=20
> This was done as a suid root.
> Did I do something wrong ?
>=20
> Bostjan
> --=20
> Bostjan Muller [NEONATUS], NEONATUS@bigfoot.com, http://surf.to/NEONATUS> =20
> ICQ #:7506644, My PGP keys http://www2.=
mf.uni-lj.si/~tmueller/BM.asc> =20
> RSA id: 0x90178DBD, DH id: 0x32A834CB, DSS id: 0x9A5F0784
> Press any key to continue or any other key to quit...
> -
> To get out of this list, please send email to majordomo@suse.com with
> this text in its body: unsubscribe suse-linux-e
>=20
-
To get out of this list, please send email to majordomo@suse.com with
this text in its body: unsubscribe suse-linux-e
--===============2094974431415066773==--
From neonatus@bigfoot.com Sun Nov 22 20:47:37 1998
From: neonatus@bigfoot.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SSH - again
Date: Sun, 22 Nov 1998 21:47:37 +0100
Message-ID: <36587869.B6CF1534@bigfoot.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4051259439691000542=="
--===============4051259439691000542==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Steve Pauly wrote:
>=20
> Bostjan,
>=20
> I downloaded the ssh-1.2.26.tar.gz and installed it. Very easy. It was
> basically a ./configure ./make ./make install.
>=20
> Then I downloaded ssh-2.0.11.tar.gz and it was a similarly easy process.
>=20
> Read the
> quickstart quide. There is some interaction with the ssh1 which I don't
> quite understand. Seems like it takes ssh1 to get ssh2 to work.
>=20
> The files are at http://netsecurity.min=
ingco.com/msub20.htm>
>=20
> But anyway, it works with ssh2 -l username site, or ssh1 -l username site,
> and ssh -l username site.
>=20
> There is a error coming from the remote site about x11 forwarding that
> may need investigating.
>=20
> I am running 5.3.
>=20
> Hope this helps.
>=20
> Steve.
>=20
> ps could not get a ssh.rpm to work.
>=20
> ------------------------------------
> Steve Pauly (281) 496-8041
> Global Marine Drilling Co.
> stevep@linux-shell.net
> steve.pauly@glm.com
> gmdcman@mindspring.com
>=20
> On Sun, 22 Nov 1998, Bostjan Muller wrote:
>=20
> >
> > Hello!
> >
> > I have now created the host key and put it in /etc in a file /ssh_host_key
> > But when i run sshd as a root it says:
> >
> > error: fatal: Could not load host key: /etc/ssh_host_key. Check path and
> > permissions
> >
> > I don't know what gives - I did ssh-keygen -b 1024 -f /etc/ssh_host_key -N
> > mypassword
> >
> > This was done as a suid root.
> > Did I do something wrong ?
> >
> > Bostjan
> > --
> > Bostjan Muller [NEONATUS], NEONATUS@bigfoot.com, http://surf.to/NEONATUS>
> > ICQ #:7506644, My PGP keys http://www=
2.mf.uni-lj.si/~tmueller/BM.asc>
> > RSA id: 0x90178DBD, DH id: 0x32A834CB, DSS id: 0x9A5F0784
> > Press any key to continue or any other key to quit...
> > -
> > To get out of this list, please send email to majordomo@suse.com with
> > this text in its body: unsubscribe suse-linux-e
> >
>=20
> -
> To get out of this list, please send email to majordomo@suse.com with
> this text in its body: unsubscribe suse-linux-e
THX for the info - i am running 5.2 and I have discovered what the problem
was - I was creating the /etc/ssh_host_key with the password option - as
soon as I have created it without the pass everything started to work - and
i have the ssh.rpm installed - it works!
Bostjan
--=20
Bostjan Muller [NEONATUS], NEONATUS@bigfoot.com, http://surf.to/NEONATUS=
> =20
ICQ #:7506644, My PGP key http://www2.mf.=
uni-lj.si/~tmueller/BM.asc> =20
RSA id: 0x90178DBD, I accept ONLY RSA keys
Press any key to continue or any other key to quit...
-
To get out of this list, please send email to majordomo@suse.com with
this text in its body: unsubscribe suse-linux-e
--===============4051259439691000542==--