Thread: ssh access
View Single Post
  #1   (View Single Post)  
Old 9th February 2009
carpman carpman is offline
Shell Scout
 
Join Date: Jul 2008
Posts: 94
Default ssh access

Hello, i am having an issue with ssh access for users of hosting CP, i Hsphere and clients need to request ssh access and i then allow or disallow.

Problem that even with allowing access is not granted?

This is the same for wwwuser which is main hsphere system (web) user!

Looking in logs i see:

Code:
eb  9 16:28:35 cp sshd[84688]: User wwwuser from 77-101-149-1**.cable.ubr09.hari.blueyonder.co.uk not allowed because none of user's groups are listed in AllowGroups
Feb  9 16:28:53 cp sshd[84688]: error: PAM: authentication error for illegal user wwwuser from 77-1**-193.cable.ubr09.hari.blueyonder.co.uk
Feb  9 16:28:53 cp sshd[84688]: Failed keyboard-interactive/pam for invalid user wwwuser from 77.101.1**.193 port 44812 ssh2
Feb  9 16:29:05 cp sshd[84688]: error: PAM: authentication error for illegal user wwwuser from 77-101-1**-193.cable.ubr09.hari.blueyonder.co.uk
Feb  9 16:29:05 cp sshd[84688]: Failed keyboard-interactive/pam for invalid user wwwuser from 77.101.1**.193 port 44812 ssh2
Feb  9 16:29:07 cp sshd[84695]: error: ssh_msg_send: write

Here is my sshd.config if some could have check to see if i am missing something before i have contact Parrallels support and part with some cash

Code:
Protocol 2


# Authentication:

PermitRootLogin without-password


IgnoreRhosts yes

X11Forwarding no

AllowGroups wheel

Subsystem       sftp    /usr/libexec/sftp-server
many thanks

Last edited by carpman; 9th February 2009 at 04:49 PM.
Reply With Quote