- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sshd not allowed non_root_user
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2002 08:51 PM
08-11-2002 08:51 PM
sshd not allowed non_root_user
I use "HP-UX Secure Shell is based on OpenSSH version 3.1p1.".
OS - HP-UX 11.11.
When I connect to server as root it`s Ok.
When I connect to server as another user server says:
"Disconnecting: Change of username or service not allowed: (root,ssh-connection) -> (oracle,ssh-connection)"
What I do wrong?
Thanking you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 12:12 AM
08-12-2002 12:12 AM
Re: sshd not allowed non_root_user
Edit sshd_config
set LogLevel VERBOSE
try again
Post the contents of /var/adm/syslog/syslog.log
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 12:32 AM
08-12-2002 12:32 AM
Re: sshd not allowed non_root_user
: Connection from
: Enabling compatibility mode for protocol 2.0
: Failed none for root from
: Disconnecting: Change of username or service not allowed: (root,ssh-connection) -> (oracle,ssh-connection)
===========================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 12:53 AM
08-12-2002 12:53 AM
Re: sshd not allowed non_root_user
Only user root is allowed and not oracle
see
http://www.oreilly.com/catalog/sshtdg/chapter/ch08.html
Trusted-Host Access Control
A limited type of per-account configuration is possible if you use trusted-host authentication rather than public-key authentication. Specifically, you can permit SSH access to your account based on the client's remote username and hostname via the system files /etc/shosts.equiv and /etc/hosts.equiv, and personal files ~/.rhosts and ~/.shosts. A line like:
To get more info put verbose to debug . Then post the output
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 01:20 AM
08-12-2002 01:20 AM
Re: sshd not allowed non_root_user
Also look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf1a73a7b3682d611abdb0090277a778c,00.html
and the referenced url
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000061597111#Q5
steve Steel