- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH configuration
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
09-08-2004 07:07 AM
09-08-2004 07:07 AM
My question is I have Secure_Shell A.03.61.002 HP-UX Secure Shell.
My DBA is trying to access from one box to the other and cant keeps saying that he doesnt have login privileges to or from either box.
But while as root I can go back and forth with ssh
I know there are posts I have read on these topics but I cant search the forum for some reason.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:27 AM
09-08-2004 07:27 AM
Re: SSH configuration
Also, how the ssh for the user has been set up?? I mean which way of authenticate??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:30 AM
09-08-2004 07:30 AM
Re: SSH configuration
** You do NOT have login priviledges to this machine **
He can issue commands... like:
/usr/bin/ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:31 AM
09-08-2004 07:31 AM
Re: SSH configuration
It does for me as root one direction, but not the other way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:40 AM
09-08-2004 07:40 AM
Re: SSH configuration
to allow a unix id to login through ssh across servers you need to generate keys with null passphrase. This link explains the situations where you might have a mix of multiple versions of SSH.
http://bumblebee.lcs.mit.edu/ssh2/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:56 AM
09-08-2004 07:56 AM
Solutionas root on both boxes
ssh-keygen -t rsa (enter)
(enter)
(enter)
Put the id_rsa.pub files in the .ssh/authorized_keys file of the other root account
ssh once to the other box to accept the key.
You should be all set, of course this is a simplified process, but...
if you need more help let us know
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:02 AM
09-08-2004 08:02 AM
Re: SSH configuration
Had to generate key on one box, already had on the other one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:10 AM
09-08-2004 08:10 AM
Re: SSH configuration
I love ssh, just becareful with your setup it is easy to get on the wrong box with a two way trust.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:19 AM
09-08-2004 08:19 AM