- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- rsh to login without password
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
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
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
тАО04-19-2002 01:19 PM
тАО04-19-2002 01:19 PM
rsh to login without password
Thanks
DanS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2002 03:04 PM
тАО04-19-2002 03:04 PM
Re: rsh to login without password
rsh has its own configuration file under /etc/xinetd.d, I trust you have that one set to disable = no as well?
Another issue to investigate: is the SUN the NIS Master and the Linux its client? (and you have no local account on Linux, but take your authentication from SUN and mount home directory from there as well?) This configuration should work, at least on the same lan segment.
If it is neither desireable, nor possible to set up that way, then the next best solution would be to ensure that the user names and numbers on both machines are identical, group assignments, too.
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2002 03:05 PM
тАО04-19-2002 03:05 PM
Re: rsh to login without password
Did you check the name resolution on both machines ?
If you are not using DNS, make sure that each machine is able to solve its own name and the name of the remote one.
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2002 06:08 AM
тАО04-22-2002 06:08 AM
Re: rsh to login without password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2002 03:00 PM
тАО04-23-2002 03:00 PM
Re: rsh to login without password
To test:
mark$ kinit
Password for mark@REALM.DOMAIN.COM:
mark$ rsh host2.DOMAIN.COM
markf$ who am i
host2.DOMAIN.COM!markf pts/2 Apr 23 16:02
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2002 03:47 PM
тАО04-23-2002 03:47 PM
Re: rsh to login without password
Is this limited to NIS users, or are local users affected as well?