HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- port 514 / remote shell ?
Operating System - HP-UX
1825768
Members
2049
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-21-2002 02:36 PM
01-21-2002 02:36 PM
port 514 / remote shell ?
Hi,
In my new development box(HPUX 11.0), we're using cvs as source code control, and the developers are going to use a java cvs client called "jcvs" on their laptops(win2000). The problem is I can't connect the jcvs to the server.
It seemed that the jcvs client were trying to connect to the cvs server through port 514, and run remote shell on it(rsh on win2000), and it said "Failed to open socket to connect to cvs server '514@10.24.223.14' ". How can I check if this port is opened? or how to enable the jcvs client to use remote shell?
thanks!
In my new development box(HPUX 11.0), we're using cvs as source code control, and the developers are going to use a java cvs client called "jcvs" on their laptops(win2000). The problem is I can't connect the jcvs to the server.
It seemed that the jcvs client were trying to connect to the cvs server through port 514, and run remote shell on it(rsh on win2000), and it said "Failed to open socket to connect to cvs server '514@10.24.223.14' ". How can I check if this port is opened? or how to enable the jcvs client to use remote shell?
thanks!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 03:30 PM
01-21-2002 03:30 PM
Re: port 514 / remote shell ?
check the syslog on your server, you should see some messages in there regarding authentication.
Generally when using remote shell, you need to specify a user to log in as and a rhosts file.
Generally when using remote shell, you need to specify a user to log in as and a rhosts file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:07 PM
01-21-2002 05:07 PM
Re: port 514 / remote shell ?
Hi,
>> How can I check if this port is opened? or how to enable the jcvs client to use remote shell?
If you are using remsh (HP-UX command for remote shell), then it will be using TCP/514 port.
A) To check whether this port is accessible locally on your server, execute:
# telnet 127.0.0.1 514
If you don't see a connection refused message, then your server is listening at TCP/514 port.
B) To check whether this port is accessible on your server from your client, execute:
# telnet YOUR_SERVER 514
If you see "Connected to...", then
1) YOUR_SERVER is running TCP/514 service
2) YOUR_CLIENT is able to connect to YOUR_SERVER TCP/514 service port
3) It is possible that YOUR_CLIENT and/or YOUR_SERVER was not configured properly to process the connection properly. Perhaps a rhosts file on the destination server?
Note that from the security perspective, r-services are insecure because they transmit in cleartext across the network and uses weak client authentication methods.
Hope this helps. Regards.
Steven Sim Kok Leong
>> How can I check if this port is opened? or how to enable the jcvs client to use remote shell?
If you are using remsh (HP-UX command for remote shell), then it will be using TCP/514 port.
A) To check whether this port is accessible locally on your server, execute:
# telnet 127.0.0.1 514
If you don't see a connection refused message, then your server is listening at TCP/514 port.
B) To check whether this port is accessible on your server from your client, execute:
# telnet YOUR_SERVER 514
If you see "Connected to...", then
1) YOUR_SERVER is running TCP/514 service
2) YOUR_CLIENT is able to connect to YOUR_SERVER TCP/514 service port
3) It is possible that YOUR_CLIENT and/or YOUR_SERVER was not configured properly to process the connection properly. Perhaps a rhosts file on the destination server?
Note that from the security perspective, r-services are insecure because they transmit in cleartext across the network and uses weak client authentication methods.
Hope this helps. Regards.
Steven Sim Kok Leong
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP