- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH and .rhosts Help
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
01-31-2005 12:11 AM
01-31-2005 12:11 AM
SSH and .rhosts Help
Kindly help me to undertand the concepts of
ssh Login and scp copy from the remote system
and how to give the rlogin by editing .rhosts
file. Kindly give the exple.
Thanks
Nags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 12:57 AM
01-31-2005 12:57 AM
Re: SSH and .rhosts Help
ssh, or ssh2??
ssh -V
You meant .shosts, correct (for ssh2)??
man ssh
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:03 AM
01-31-2005 01:03 AM
Re: SSH and .rhosts Help
The point is not to use .rhosts,you have this
in the usual system.
Basically,install ssh,edit sshd_config on the server and enable: RhostsAuthentication.
Sshd man page explains all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:57 AM
01-31-2005 01:57 AM
Re: SSH and .rhosts Help
So no one usually wants this.
But if you insist clinging to it,
edit the sshd_config file
(for "HP Secure Shell" usually in
/opt/ssh/etc)
and add this line for protocol 2
HostbasedAuthentication yes
or for protocol 1
RhostsRSAAuthentication yes
and signal your SSH server like
# kill -1 $(cat /var/run/sshd.pid)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 09:04 AM
01-31-2005 09:04 AM
Re: SSH and .rhosts Help
You should NOT use .rhosts or anything like it; they're just NOT secure.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 09:44 PM
01-31-2005 09:44 PM