Re: Authentication failed suddenly
From: Darren Tucker (dtucker@dodgy.net.au)Date: 09/22/02
- Next message: Nico Kadel-Garcia: "Re: Authentication failed suddenly"
- Previous message: Per Hedeland: "Re: Authentication failed suddenly"
- In reply to: Per Hedeland: "Re: Authentication failed suddenly"
- Next in thread: Nico Kadel-Garcia: "Re: Authentication failed suddenly"
- Reply: Nico Kadel-Garcia: "Re: Authentication failed suddenly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: dtucker@dodgy.net.au (Darren Tucker) Date: Sun, 22 Sep 2002 14:46:29 GMT
>Kadel-Garcia" <nkadel@bellatlantic.net> writes:
[much snipppage]
>>"/etc/rc.d/init.d/sshd restart". *WHAM*. Failure.
[more snippage]
So try it before installing it.
Here's the process I use for updating remote systems where I have to
build openssh from source:
# ./configure && make
# ./sshd -t
# ./sshd -p 2022
# ./ssh -p 2022 localhost
[test login is OK]
# make install
# /etc/[whatever]/sshd restart
# ssh localhost
[test login again]
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Nico Kadel-Garcia: "Re: Authentication failed suddenly"
- Previous message: Per Hedeland: "Re: Authentication failed suddenly"
- In reply to: Per Hedeland: "Re: Authentication failed suddenly"
- Next in thread: Nico Kadel-Garcia: "Re: Authentication failed suddenly"
- Reply: Nico Kadel-Garcia: "Re: Authentication failed suddenly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|