- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ssh in ivm
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
10-22-2010 02:36 AM
10-22-2010 02:36 AM
ssh in ivm
the question is about "timeout" when I connect to a IVM guest. I said "timeout" because I loose the screen, when I do, for example "ll". After this, I type touch "hola", and this file is created, but I cant see anything in this session.
If I connect with Telnet, I haven´t any problem
The HW is Blade 860c i2 into C7000 chassis with Virtual Connect. I have also VLANs that are created in vswitch.
Host: 11.31, Guest 11.23. IVM 4.2
Thnaks in advance, Jorge
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 02:47 AM
10-22-2010 02:47 AM
Re: ssh in ivm
pls look at this
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1287744157615+28353475&threadId=246700
Regards,
Ani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 02:55 AM
10-22-2010 02:55 AM
Re: ssh in ivm
Thanks for your rapid response.
I don´t think this could be the problem because is not at x seconds, it only loose the screen with some commands.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 03:02 AM
10-22-2010 03:02 AM
Re: ssh in ivm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 03:35 AM
10-22-2010 03:35 AM
Re: ssh in ivm
only when the connection start:
Oct 22 13:27:31 ivm1 sshd[13577]: Accepted keyboard-interactive/pam for root from 172.26.200.20 port 4002 ssh2
when the connection loose nothing in syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 05:07 AM
10-22-2010 05:07 AM
Re: ssh in ivm
TMOUT=??
export TMOUT
Global file /etc/profile
for csh
logout=??
for all csh users /etc/csh.login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 05:26 AM
10-22-2010 05:26 AM
Re: ssh in ivm
I send you 2 files.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2010 12:07 AM
10-23-2010 12:07 AM
Re: ssh in ivm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2010 11:34 PM
10-24-2010 11:34 PM
Re: ssh in ivm
dont worry for delay.
I restart sshd daemon and the result is the same, the "screen lost".
I have another ivm in other Blade in the same chasis and have the same problem. both virtual machines are 11.23
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 12:02 AM
10-25-2010 12:02 AM
Re: ssh in ivm
I am also sending you one attachment, but not sure whether it will be helpful or not.pls gothrough it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 12:09 AM
10-25-2010 12:09 AM
Re: ssh in ivm
I send you the sshd_config (its not in /etc/ssh/sshd_config).
Now I see yout attach.
Thanks, Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 12:18 AM
10-25-2010 12:18 AM
Re: ssh in ivm
is for HPUX? I dont remember the lsnetsvc command, and there are some thing that I dont understand very well (like User ID Admin)
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 12:25 AM
10-25-2010 12:25 AM
Re: ssh in ivm
Port 22
ListenAddress 192.168.1.1
HostKey /etc/ssh/ssh_host_key
ServerKeyBits 1024
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin no
IgnoreRhosts yes
IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding no
PrintMotd yes
SyslogFacility AUTH
LogLevel INFO
RhostsAuthentication no
RhostsRSAAuthentication no
RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords no
AllowUsers admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 02:30 AM
10-25-2010 02:30 AM
Re: ssh in ivm
It doesnt work. I think the problem is the echo of connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 02:39 AM
10-25-2010 02:39 AM
Re: ssh in ivm
grep -i ssh /etc/services. pls send me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 03:00 AM
10-25-2010 03:00 AM
Re: ssh in ivm
Is end you a txt with grep of syslog. in /etc/services is not ant line with ssh
Thanks, Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 04:34 AM
10-25-2010 04:34 AM
Re: ssh in ivm
ClientAliveInterval 60
Donâ t forget to restart sshd on the server after you save the file. don't forget to tk the bckup before editing the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 05:30 AM
10-25-2010 05:30 AM
Re: ssh in ivm
I dont think the problem is time alive, I think the problem is when, for example, I start sam, the screen not update and I cant see anything. Also in /etc I type "ll" and lost local echo, and I dont see anything, but after this I do "touch hola" and hola file is created.
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 08:30 AM
10-25-2010 08:30 AM
Re: ssh in ivm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 08:31 AM
10-25-2010 08:31 AM
Re: ssh in ivm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 10:22 AM
10-25-2010 10:22 AM
Re: ssh in ivm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 10:23 AM
10-25-2010 10:23 AM