Re: sshd and pam

2005-07-27 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

 Just i have a question about ssh and pam .
 Trying to login on a machine with freebsd 5.4 from a machine in where i run
 fedora core 4 , i can't complete the operation . 
 The error is sshd[449] pam authentication error . What does it mean?How i can 
 set
 pam to permit to login to freebsd and control the machine remotely?
 I'm new to freebsd and i appreciate if anyone can help me to solve the 
 problem . 

Are you logging in as root?  That's disabled by default.
What kind of authentication are you using?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sshd and pam

2005-07-27 Thread cartman_step1


On Wed Jul 27  7:49 , Lowell Gilbert [EMAIL PROTECTED] sent:

[EMAIL PROTECTED] writes:

 Just i have a question about ssh and pam .
 Trying to login on a machine with freebsd 5.4 from a machine in where i run
 fedora core 4 , i can't complete the operation . 
 The error is sshd[449] pam authentication error . What does it mean?How i 
 can set
 pam to permit to login to freebsd and control the machine remotely?
 I'm new to freebsd and i appreciate if anyone can help me to solve the 
 problem . 

Are you logging in as root?  That's disabled by default.
What kind of authentication are you using?
___
yes i'm logging in as root , now i have understand , cause i can log in as a
normal user . But then it's possible to log in as root , so i can administrate
remotely the machine on the lan?
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sshd and pam

2005-07-27 Thread Lowell Gilbert
[Message reformatted.]

[EMAIL PROTECTED] writes:

 yes i'm logging in as root , now i have understand , cause i can log
 in as a normal user . But then it's possible to log in as root , so
 i can administrate remotely the machine on the lan?

su(8).  
[personally, I'm fond of sudo, which is in the ports]

Letting root log in directly leaves you with no audit trail, and a
single point of failure in your security scheme.  You can configure
sshd to let root log in, but I don't generally advise it for a network
on the Internet.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sshd and pam

2005-07-27 Thread Maarten Sanders
Try first to login as a user who is member of group wheel and then 'su'.
See if that works, root login is mostly disabled for security reasons.

Maarten

On Wed, 2005-07-27 at 10:53 -0600, [EMAIL PROTECTED] wrote:
 
 On Wed Jul 27  7:49 , Lowell Gilbert [EMAIL PROTECTED] sent:
 
 [EMAIL PROTECTED] writes:
 
  Just i have a question about ssh and pam .
  Trying to login on a machine with freebsd 5.4 from a machine in where i run
  fedora core 4 , i can't complete the operation . 
  The error is sshd[449] pam authentication error . What does it mean?How i 
  can set
  pam to permit to login to freebsd and control the machine remotely?
  I'm new to freebsd and i appreciate if anyone can help me to solve the 
  problem . 
 
 Are you logging in as root?  That's disabled by default.
 What kind of authentication are you using?
 ___
 yes i'm logging in as root , now i have understand , cause i can log in as a
 normal user . But then it's possible to log in as root , so i can administrate
 remotely the machine on the lan?
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sshd and pam

2005-07-27 Thread Jörg Reisenweber

Hi,

Am 27.07.2005 um 18:53 schrieb [EMAIL PROTECTED]  
[EMAIL PROTECTED]:


yes i'm logging in as root , now i have understand , cause i can  
log in as a
normal user . But then it's possible to log in as root , so i can  
administrate

remotely the machine on the lan?



Yes, login as a normal user and su to root ('su -'). The normal user  
has to be in the wheel group ('pw usermod [name|uid] -G wheel'). You  
may also set PermitRootLogin yes in /etc/ssh/sshd_config. You might  
also want to read the sshd_config manpage.


Jörg___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sshd and pam

2005-07-26 Thread cartman_step1



Hello !
Just i have a question about ssh and pam .
Trying to login on a machine with freebsd 5.4 from a machine in where i run
fedora core 4 , i can't complete the operation . 
The error is sshd[449] pam authentication error . What does it mean?How i can 
set
pam to permit to login to freebsd and control the machine remotely?
I'm new to freebsd and i appreciate if anyone can help me to solve the problem 
. 
Thanks in advice
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]