- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: secure shell - ssh ??
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
04-05-2001 10:06 AM
04-05-2001 10:06 AM
secure shell - ssh ??
Do all of your users use it or just admins?
Do you use this type of shell for scripting?
Does HP provide a secure shell?
I've been requested to look into using it but I am not too keen on using freeware on a production system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 10:09 AM
04-05-2001 10:09 AM
Re: secure shell - ssh ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 10:13 AM
04-05-2001 10:13 AM
Re: secure shell - ssh ??
yes, ssh is not an HP product...
check the following thread with info on where to find ssh:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x329c0559ff7cd4118fef0090279cd0f9,00.html
you can search the forums too ... I have seen a few threads about ssh in the past out here
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 12:17 PM
04-05-2001 12:17 PM
Re: secure shell - ssh ??
You can also run commands with SSH such as sftp, scp, etc, this allows you an increase in security for remote access that you didn't have before. You can generate your own custom keys for encryption.
If you don't want to use the OpenSSH at www.openssh.org you can always pay for it and I think they provide support also, at www.ssh.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 12:22 PM
04-05-2001 12:22 PM
Re: secure shell - ssh ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 12:34 PM
04-05-2001 12:34 PM
Re: secure shell - ssh ??
http://hpux.cs.utah.edu/
in depot format for HP-UX 11. This will save you from having to slog through the compile process. Just do the whole thing through swinstall. I'd visit the www.openssh.com as well to get some background information. I installed openssh a couple of weeks ago. No problems so far...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 09:40 AM
04-10-2001 09:40 AM
Re: secure shell - ssh ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 11:14 AM
04-10-2001 11:14 AM
Re: secure shell - ssh ??
why is using telnet bad ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 06:04 AM
04-11-2001 06:04 AM
Re: secure shell - ssh ??
Why is using telnet bad ? Telnet sends all data unencrypted. Anyone sniffing the network will see all the data, logins, passwords. The same with ftp.