Re: proper use of SSH?
From: Allen Kistler (ackistler_at_oohay.moc)
Date: 07/02/04
- Next message: moma: "Re: Replacement for MS Exchange"
- Previous message: Wenjie: "proper use of SSH?"
- In reply to: Wenjie: "proper use of SSH?"
- Next in thread: Juha Siltala: "Re: proper use of SSH?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 02 Jul 2004 04:34:32 GMT
Wenjie wrote:
> I want to perform some admin activities remotely for my
> linux box. Firstly I think SSH is the choice.
>
> As mysql, apache etc has different owners/permissions for
> configure, I would like to get your opinion on the proper
> handling of SSH accounts: shall I create different accounts
> for different applications to be managed? Or shall I just
> create a user "root"? Or some sudo user?
Create a normal user account for yourself. su to root or whatever other
account you need (or use sudo). sshd_config has an option to allow root
login. You should set it as follows:
PermitRootLogin no
- Next message: moma: "Re: Replacement for MS Exchange"
- Previous message: Wenjie: "proper use of SSH?"
- In reply to: Wenjie: "proper use of SSH?"
- Next in thread: Juha Siltala: "Re: proper use of SSH?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|