Gentoo Archives: gentoo-alt

From: Markus Duft <mduft@g.o>
To: gentoo-alt@l.g.o
Subject: RE: [gentoo-alt] ssh in AIX
Date: Thu, 17 Jul 2008 06:34:10
Message-Id: 021a01c8e7d6$6cb09ab0$4611d010$@org
In Reply to: Re: [gentoo-alt] ssh in AIX by Greg Trigg
1 >
2 > Markus Duft wrote:
3 > >
4 > > Thats because services aren't supported (yet) in prefix. I stumbled
5 > over this one too a while ago. There is no other option that doing
6 > things manually (generating keys, and starting daemon).
7 > >
8 > > You can lookup how the keys are generated in the init.d/sshd, that’s
9 > where I took it from (just use EPREFIX/ paths everywhere...). after
10 > that just run EPREFIX/usr/sbin/sshd (maybe as root, I don't know if it
11 > works a user...?) and that’s it...
12 > >
13 > > Personally I wrote my own init.d scripts for my system which starts
14 > the sshd (which was work of about 2 minutes...).
15 > >
16 >
17 > Well, after a lot of tinkering, I did manage to get the sshd server
18 > started as root. Also, I can ssh into it as root. For some strange
19 > reason it won't allow me to ssh in as a user. When I try, I get a
20 > "permission denied" message after I type in my passwd.
21 >
22 > This is probably more of an AIX thing than a Prefix thing, but I was
23 > wondering if anyone would know what would cause this?
24
25 Hmm... no plan. You could start sshd with debug output enabled like this (I used this to make sshd work on interix):
26
27 EPREFIX/usr/sbin/sshd -D -d -d -d
28
29 This sshd will run for one login attempt only, but will print a lot of usefull info (partially also on the client side...). you'll have to stop your running sshd first.
30
31 Hope that helps,
32 Markus
33
34 >
35 >
36 > Greg Trigg
37 > Jacksonville, AR
38 > --
39 > gentoo-alt@l.g.o mailing list
40
41
42 --
43 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] ssh in AIX Greg <trigggl@×××××.com>