View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Nov 26, 2007 8:24 pm Post subject: ssh |
|
|
I installed 1.3 on a dell box. Have not done anything to it except config
network. When I ssh to box, after about 3 minutes, I get a message connection reset by peer.
Is there something I need to configure in ssh? |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Nov 26, 2007 8:28 pm Post subject: |
|
|
Sorry, I posted this in wrong place. Moderator: you can move this if need be. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Mon Nov 26, 2007 9:28 pm Post subject: |
|
|
Nothing really, do you ssh from withing your local network, or to a remote network?
If it's a case of remote network it might be a problem of firewall, or inactivity that drops the connection when no data is passed.
From within your local network you should not have any problem with that.
Configuration if needed can be done in /etc/ssh/ssh_config for client and in /etc/ssh/sshd_config for the server.
If it's within your local network you can try uncomment option
TCPKeepAlive yes
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Nov 26, 2007 9:45 pm Post subject: |
|
|
thanks - from my searching internet that seems to be the only solutions.
thanks again |
|
Back to top |
|
|