Hi all,
I just put together what will be a new router for my house, and I'm seeing an issue with SSH hanging while I'm trying to configure it. What happens is the terminal will stop echoing my keystrokes for 10+ seconds at a time, then suddenly everything I've typed will show up. I've seen it hang long enough to cause my client to actually kill the connection with a 'Broken Pipe' error. When it does this I can't even reconnect, new connections just timeout. It really seems like sshd is hanging on something, but I'm not experienced in the art of dtrace to figure it out on my own.
I've confirmed that I can still interact with the machine using the console during such a hang, so it's either network stack related, or sshd related. This happens using wired and wireless clients running OSX, iOS, FreeBSD, and Windows, so I'm fairly certain I've localized it to the new machine.
I've tried the following:
thanks!
I just put together what will be a new router for my house, and I'm seeing an issue with SSH hanging while I'm trying to configure it. What happens is the terminal will stop echoing my keystrokes for 10+ seconds at a time, then suddenly everything I've typed will show up. I've seen it hang long enough to cause my client to actually kill the connection with a 'Broken Pipe' error. When it does this I can't even reconnect, new connections just timeout. It really seems like sshd is hanging on something, but I'm not experienced in the art of dtrace to figure it out on my own.
I've confirmed that I can still interact with the machine using the console during such a hang, so it's either network stack related, or sshd related. This happens using wired and wireless clients running OSX, iOS, FreeBSD, and Windows, so I'm fairly certain I've localized it to the new machine.
I've tried the following:
- Emptying my rc.conf of the bare necessities (ifconfig, sshd_enable)
- Switched my connection to each of the 4 onboard Intel NICs
- Switched Ethernet cables
- Switched ports on the switch
- Set sshd(8) to listen only on 1 IP
- Supermicro A1SAi-2550F
- 16GB ECC RAM
- 2x 120GB SSDs in Mirrored root pool
- GPT partitions
- FreeBSD 10.2 Release #0
thanks!