- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- How to install SSH server ?
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
08-14-2005 02:53 PM
08-14-2005 02:53 PM
How to install SSH server ?
i want to remotely administer my servers. Im thinking of using ssh ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 07:33 PM
08-14-2005 07:33 PM
Re: How to install SSH server ?
With V5.1B, a version of SSH comes bundled. For V5.1A it is a free download.
For earlier versions you will have to build OpenSSH from source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 07:38 PM
08-14-2005 07:38 PM
Re: How to install SSH server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 08:30 PM
08-14-2005 08:30 PM
Re: How to install SSH server ?
Typically Tru64 UNIX stuff can be found by browsing to http://www.tru64unix.compaq.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 08:40 PM
08-14-2005 08:40 PM
Re: How to install SSH server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 06:48 AM
08-15-2005 06:48 AM
Re: How to install SSH server ?
The other option would be to upgrade to V5.1B. ssh is included as part of the OS for V5.1B for everyone except those countries where it is restricted.
Ann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 05:52 PM
08-15-2005 05:52 PM
Re: How to install SSH server ?
#ssh admin@ip.address
password:
===================================
Open Source Internet Solutions Menu
===================================
1) Mail
2) News Reader
3) WWW Line Mode Browser
4) Change Password
5) Read User Guide
6) Quit
Enter number of choice and press
can i go directly to command line ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 06:33 PM
08-15-2005 06:33 PM
Re: How to install SSH server ?
It must be the shell for the admin account that starts this menu. I would check the shell (or command) that is started for the admin account in /etc/passwd and the relevant start script for that shell (e.g. .profile, .login, .bashrc, etc.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 06:36 PM
08-15-2005 06:36 PM
Re: How to install SSH server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 06:50 PM
08-15-2005 06:50 PM
Re: How to install SSH server ?
- Which shell did you use for the created account?
- What is in the login script for that shell?
- Also check the system wide login script
- Do you see the same if you SSH to root?
- What if you "su -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 07:25 PM
08-15-2005 07:25 PM
Re: How to install SSH server ?
.login > /usr/internet/httpd/admin/htdocs/common/skel/.login
this is the same with .profile /usr/internet/httpd/admin/htdocs/common/skel/.profile
/etc/passwd > /usr/users/
My purpose only is to have a remote connection on my server,to change some config and other administration.Is there any other way ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 07:33 PM
08-15-2005 07:33 PM
Re: How to install SSH server ?
You could also try to sftp/scp files across for your management tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 07:41 PM
08-15-2005 07:41 PM
Re: How to install SSH server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 11:19 PM
08-15-2005 11:19 PM
Re: How to install SSH server ?
What does the /etc/passwd entry for this user look like?