Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
This could be caused by several types of things. Since you are using a wireless network my first idea is that your wireless network signal quality is poor and the remote computer cannot maintain a link. My next idea is that there is a process monitor on the remote machine that kills idle processes. Does this happen when you are actively interacting with the remote computer or when you have not been busy on the remote computer? My last idea is that someone on the remote computer is killing your login process. Are you connecting to a business server where a system administrator might be watching the system? Maybe the system administrator doesn't want you to connect to that machine. (Admittedly that seems unlikely since you must have an account on that machine and you have already configured that account to use ssh.)
Of these three ideas I think that only the first two are realistic.
Last edited by stress_junkie; 01-07-2007 at 08:39 AM.
This could be caused by several types of things. Since you are using a wireless network my first idea is that your wireless network signal quality is poor and the remote computer cannot maintain a link. My next idea is that there is a process monitor on the remote machine that kills idle processes. Does this happen when you are actively interacting with the remote computer or when you have not been busy on the remote computer? My last idea is that someone on the remote computer is killing your login process. Are you connecting to a business server where a system administrator might be watching the system? Maybe the system administrator doesn't want you to connect to that machine. (Admittedly that seems unlikely since you must have an account on that machine and you have already configured that account to use ssh.)
Of these three ideas I think that only the first two are realistic.
Hi,
I'm at home using my private wireless connection. Strenght is excellent since wireless router is in the room where I'm working; I'm using a DSL.
It happens both when I'm actively working and in terminals in which pine is runnig, for example.
Are you connecting to a server that is managed by some else? If so it is possible that the system administrator has a batch job/daemon that closes login processes during certain times of the day/week or for for certain people. If this is happening when you are connecting to a server that is managed by someone else then you should talk to them about it. They may already know the answer.
Are you connecting to a server that is managed by some else? If so it is possible that the system administrator has a batch job/daemon that closes login processes during certain times of the day/week or for for certain people. If this is happening when you are connecting to a server that is managed by someone else then you should talk to them about it. They may already know the answer.
Hi again (and many thanks for taking care of this!),
the servers are owned by a commercial company. I could ask them then.
Hi all,
just to say that I found the solution to the problem; I've added this line:
ServerAliveInterval 5
in:
/etc/ssh/ssh_config
The company providing me internet access told me that the problem was due to the limited number of 'real' ipnumbers they have so from time to time I was losing my ipnumber and then getting a new one. They suggested to use public ip number, but it is expensive.
I found that that extra line fixes the problem...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.