Re: ssh sessions hang F19/20

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mark Haney <mhaney@xxxxxxxxxxxxxx> writes:
> This might be a simple question, but I'm having trouble with my ssh
> sessions hanging.  I have a server at home that I normally connect to
> via SSH on a pretty regular basis while I'm at work for pen-testing as
> well as checking network latency and other things.

Are you behind a NAT box by any chance?  It is probably timing out your
state after 10 minutes or so of no packets on that tcp connection.

add this to /etc/ssh/sshd_config:

# Set the keep-alive for a heartbeat every 60 seconds and a connection
# close after 30 minutes. -wsr 2003/11/26
ClientAliveInterval  60
ClientAliveCountMax  30

add this to /etc/ssh/ssh_config:

Host *
    # set the keep-alive for a heartbeat every 60 seconds and a connection
    # close after 30 minutes. -wsr 2003/11/26
    ServerAliveInterval    60
    ServerAliveCountMax    30

This adds a heartbeat for both incoming and outgoing connections.  It
should keep your NAT mappings from timing out.

> Keep-alive is set as far as I can tell.  Any ideas?

It is acting like they are not.  What settings do you have?

-wolfgang
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux