- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: SSH command line not Menu
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-15-2005 06:08 PM
08-15-2005 06:08 PM
SSH command line not Menu
Ive successfuly login to my server using ssh.My problem is the output is a Menu driven.How can i change it to a command line ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 01:14 AM
08-16-2005 01:14 AM
Re: SSH command line not Menu
"Output is a Menu driven?"
What menu do you get?. Maybe you are starting an application from the .profile, when you logon using ssh, you should end at the OS prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 01:50 PM
08-16-2005 01:50 PM
Re: SSH command line not Menu
Heres the login menu.How can i edit my .profile so that i will go directly to os prompt ?
===================================
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 07:53 PM
08-16-2005 07:53 PM
Re: SSH command line not Menu
This is an Internet Express captive account and you cannot access the shell.
Take a look at chapter 3 in this doc:
http://h30097.www3.hp.com/docs/iass/OSIS_64/admin/admingde.pdf
Cheers,
Kasper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 08:22 PM
08-16-2005 08:22 PM
Re: SSH command line not Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:18 AM
08-17-2005 07:18 AM
Re: SSH command line not Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 01:01 PM
08-17-2005 01:01 PM
Re: SSH command line not Menu
Yes i tried that already. After creating the user, after supplying the password, authentication was successful then the connection is closed. A message saying Contact your Administrator. what seems to be the problem ? my login shell is /bin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:42 PM
08-17-2005 06:42 PM
Re: SSH command line not Menu
Unlock it with dxaccounts or "usermod -x administrative_lock_applied=0 username"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 12:45 PM
08-18-2005 12:45 PM
Re: SSH command line not Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 05:52 PM
08-18-2005 05:52 PM
Re: SSH command line not Menu
Use dxaccounts or "usermod -G system username" (or edit /etc/group manually)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 01:40 PM
08-22-2005 01:40 PM
Re: SSH command line not Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 12:56 AM
08-23-2005 12:56 AM
Re: SSH command line not Menu
RE: securing ssh....just what is it you're trying to do ? Are you trying to prevent certain people from login ? Do you want to use different access methods ? Please provide more detail as to the type of environment you are trying to create.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 01:09 AM
08-23-2005 01:09 AM
Re: SSH command line not Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 04:39 AM
08-23-2005 04:39 AM
Re: SSH command line not Menu
You could also use ifaccess filters to limit from where they can ssh, but this will be an all or nothing block....not just ssh.
As to what is secure, that's really something you have to define. The relative security of a system is determined by the site. The more secure your site, the more you need to do to ensure that the system is secure.