- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What are the ways current SSH mechanism in place f...
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
06-11-2009 11:06 PM
06-11-2009 11:06 PM
What are the ways current SSH mechanism in place for Telnet replacement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 01:14 AM
06-12-2009 01:14 AM
Re: What are the ways current SSH mechanism in place for Telnet replacement?
1) Install ssh (secsh as hp name) and configure it
2) disable telnet with a cooment in /etc7inetd.conf
3) re-read the inetd.conf with inetd -c
warning please, make this steps from console
bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 01:19 AM
06-12-2009 01:19 AM
Re: What are the ways current SSH mechanism in place for Telnet replacement?
Is it recommended to us #ssl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 01:42 AM
06-12-2009 01:42 AM
Re: What are the ways current SSH mechanism in place for Telnet replacement?
Yes, ssh
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 04:45 AM
06-12-2009 04:45 AM
Re: What are the ways current SSH mechanism in place for Telnet replacement?
after that, you can replace your command
telnet
with
ssh
but this is the tip of the iceberg as far as the ssh usage goes. You can do remote command execution, scripted file copy between servers using scp (included in ssh package) and more.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 05:30 AM
06-12-2009 05:30 AM
Re: What are the ways current SSH mechanism in place for Telnet replacement?
I want more info. about ssh that should eliminate Telnet.
What are the deficiencies telnet over ssh and what need to improve.
Regards
Dharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 05:51 AM
06-12-2009 05:51 AM
Re: What are the ways current SSH mechanism in place for Telnet replacement?
on a telnet session, when you type your password and hit enter, if I have a network sniffer and set it up between your workstation and the server you are connecting to, I can see your password in CLEAR TEXT.
This is the biggest selling point of ssh
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2009 05:59 AM
06-12-2009 05:59 AM