* Re: [gentoo-dev] How to allow su and ssh access
@ 2001-01-25 7:30 Robert Schrem
2001-01-25 7:54 ` Achim Gottinger
0 siblings, 1 reply; 6+ messages in thread
From: Robert Schrem @ 2001-01-25 7:30 UTC (permalink / raw
To: gentoo-dev
>> I'am wondering where to locate the 'switch' to allow
>> users (at least myself) to use the su command to get
>> temporary root rights.
> You must add the users to the wheel group in /etc/groups
Wow! This worked out - you just have to know it,
otherwise you search for a while...
>> Also I would like to be able to
>> login as root via ssh. This is obviously blocked
>> somewhere in the configuration files.
> Normaly this is only blocked if you have no root password.
The authentification works, but the connection is
aborted immediatly. I will try to solve the puzzle
with the help of Jerry's hints...
Thanxxx!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] How to allow su and ssh access
2001-01-25 7:30 [gentoo-dev] How to allow su and ssh access Robert Schrem
@ 2001-01-25 7:54 ` Achim Gottinger
2001-01-25 7:59 ` mats pettersson
0 siblings, 1 reply; 6+ messages in thread
From: Achim Gottinger @ 2001-01-25 7:54 UTC (permalink / raw
To: gentoo-dev
Robert Schrem wrote:
> >> I'am wondering where to locate the 'switch' to allow
> >> users (at least myself) to use the su command to get
> >> temporary root rights.
>
> > You must add the users to the wheel group in /etc/groups
>
> Wow! This worked out - you just have to know it,
> otherwise you search for a while...
>
> >> Also I would like to be able to
> >> login as root via ssh. This is obviously blocked
> >> somewhere in the configuration files.
>
> > Normaly this is only blocked if you have no root password.
>
> The authentification works, but the connection is
> aborted immediatly. I will try to solve the puzzle
> with the help of Jerry's hints...
Another hint take a look at /etc/ssh, there must be
ssh_host_dsa_key[.pub] ssh_host_key[.pub].
These get normaly gererated automatic by the sshd strat-script.
>
>
> Thanxxx!
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] How to allow su and ssh access
2001-01-25 7:54 ` Achim Gottinger
@ 2001-01-25 7:59 ` mats pettersson
0 siblings, 0 replies; 6+ messages in thread
From: mats pettersson @ 2001-01-25 7:59 UTC (permalink / raw
To: gentoo-dev
On Thu, 25 Jan 2001, Achim Gottinger wrote:
> Robert Schrem wrote:
>
> > >> I'am wondering where to locate the 'switch' to allow
> > >> users (at least myself) to use the su command to get
> > >> temporary root rights.
> >
> > > You must add the users to the wheel group in /etc/groups
> >
> > Wow! This worked out - you just have to know it,
> > otherwise you search for a while...
> >
> > >> Also I would like to be able to
> > >> login as root via ssh. This is obviously blocked
> > >> somewhere in the configuration files.
> >
> > > Normaly this is only blocked if you have no root password.
> >
> > The authentification works, but the connection is
> > aborted immediatly. I will try to solve the puzzle
> > with the help of Jerry's hints...
>
> Another hint take a look at /etc/ssh, there must be
> ssh_host_dsa_key[.pub] ssh_host_key[.pub].
> These get normaly gererated automatic by the sshd strat-script.
is it set to be allowed as default root on sshd in the in the current
gentoo version ? other wise check /etc/ssh/sshd_config PermitRootLogin yes
>
> >
> >
> > Thanxxx!
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
--
Located @ N65°61746' E22°12535' (WGS84)
------ Hiroshime 45, Tjernobyl 86, Windows 95, Windows 98, WinY2K ------
Unix IS user friendly --- its just selective about who its friends are.
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <20010121190003.A688E17566@cvs.gentoo.org>]
* [gentoo-dev] How to allow su and ssh access
[not found] <20010121190003.A688E17566@cvs.gentoo.org>
@ 2001-01-24 2:46 ` Robert Schrem
2001-01-24 2:53 ` Achim Gottinger
2001-01-24 6:57 ` Jerry A!
0 siblings, 2 replies; 6+ messages in thread
From: Robert Schrem @ 2001-01-24 2:46 UTC (permalink / raw
To: gentoo-dev
I feel pretty comfortable with using gentoo (now for
almost 3 weeks) but I have still some problems that I
clould not solve so far. The most important is this one:
I'am wondering where to locate the 'switch' to allow
users (at least myself) to use the su command to get
temporary root rights. Also I would like to be able to
login as root via ssh. This is obviously blocked
somewhere in the configuration files.
Any hint what configuration file(s) I should
examin (tried already some in /etc/security
but didn't get it done)...
Anybody?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] How to allow su and ssh access
2001-01-24 2:46 ` Robert Schrem
@ 2001-01-24 2:53 ` Achim Gottinger
2001-01-24 6:57 ` Jerry A!
1 sibling, 0 replies; 6+ messages in thread
From: Achim Gottinger @ 2001-01-24 2:53 UTC (permalink / raw
To: gentoo-dev
Robert Schrem wrote:
> I feel pretty comfortable with using gentoo (now for
> almost 3 weeks) but I have still some problems that I
> clould not solve so far. The most important is this one:
>
> I'am wondering where to locate the 'switch' to allow
> users (at least myself) to use the su command to get
> temporary root rights.
You must add the users to the wheel group in /etc/groups
> Also I would like to be able to
> login as root via ssh. This is obviously blocked
> somewhere in the configuration files.
Normaly this is only blocked if you have no root password.
How about the @ in kde?
Bye Achim
>
>
> Any hint what configuration file(s) I should
> examin (tried already some in /etc/security
> but didn't get it done)...
>
> Anybody?
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] How to allow su and ssh access
2001-01-24 2:46 ` Robert Schrem
2001-01-24 2:53 ` Achim Gottinger
@ 2001-01-24 6:57 ` Jerry A!
1 sibling, 0 replies; 6+ messages in thread
From: Jerry A! @ 2001-01-24 6:57 UTC (permalink / raw
To: gentoo-dev
On Wed, Jan 24, 2001 at 10:47:28AM +0100, Robert Schrem wrote:
: I feel pretty comfortable with using gentoo (now for
: almost 3 weeks) but I have still some problems that I
: clould not solve so far. The most important is this one:
:
: I'am wondering where to locate the 'switch' to allow
: users (at least myself) to use the su command to get
: temporary root rights. Also I would like to be able to
: login as root via ssh. This is obviously blocked
: somewhere in the configuration files.
:
: Any hint what configuration file(s) I should
: examin (tried already some in /etc/security
: but didn't get it done)...
I won't answer your questions directly. What I will do is point you to
the suauth(5) and sshd(8) manpages. Likewise, take a look at
/etc/suauth and /etc/ssh/sshd_config.
--Jerry
name: Jerry Alexandratos || Open-Source software isn't a
phone: 703.599.6023 || matter of life or death...
email: jerry@akopia.com || ...It's much more important
|| than that!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-01-25 14:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-25 7:30 [gentoo-dev] How to allow su and ssh access Robert Schrem
2001-01-25 7:54 ` Achim Gottinger
2001-01-25 7:59 ` mats pettersson
[not found] <20010121190003.A688E17566@cvs.gentoo.org>
2001-01-24 2:46 ` Robert Schrem
2001-01-24 2:53 ` Achim Gottinger
2001-01-24 6:57 ` Jerry A!
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox