[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another SSH Problem
It sounds like you didn't apply the patch for compiling 3.4 on OpenBSD2.9
>From http://www.openssh.org/openbsd.html:
If you are installing on OpenBSD 2.9, you also need the following patch:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openbsd29_3.4.patch.
To extract and install it on your OpenBSD 2.9 system:
# cd /usr/src/usr.bin
# tar xvfz .../openssh-3.4.tgz
# cd ssh
# patch -p0 < .../openbsd29_3.4.patch
# make obj
# make cleandir
# make depend
# make
# make install
# cp ssh_config sshd_config /etc
# mkdir /var/empty
On Thu, 27 Jun 2002, justin k wrote:
> I am running openbsd 2.9 on i386. I installed OpenSSH
> 3.4 by adding the user using vipw and added the the
> group to /etc/group. I then followed the instructions
> to the letter for installation including #mkdir
> /var/empty. All compiling went well. When I tried to
> start the new sshd it gave me the error message along
> the lines of "there is no /etc/ssh/sshd_config". I am
> running from openbsd 2.9 which uses /etc/sshd_config
> so why is it looking for /etc/ssh/sshd_config?
> I tried copying the files to my new /etc/ssh directory
> and sshd started fine. I then tried to shell in but I
> only get "permission denied, please try again" after
> typing in my password. It is like it doesn't
> recongnize my username or my password (or both?)
>
> Any ideas?
> -Justin
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
>
-richard
--
Richard Lotz
GPG Key: http://students.washington.edu/rlotz/key.txt
Fingerprint: 6BD7 C584 7DDC 43FD F0D4 87AB 5A8F 89D5 B3CC 9517