[TAB] - auto complete command...

So when you're in the shell, hitting [tab] will auto complete your command.

Some how, on one of my redhat boxes, hitting [tab] causes me to disconnect during an ssh session. What gives??

I have no clue what to check, but

Code:
[root@web3 root]# dumpkeys -l | grep -i tab
0x0009  Tab
0x0809  Meta_Tab
Control_i       for Tab
[root@web3 root]#
Code:
[root@web1 root]# dumpkeys -l | grep Tab
0x0009  Tab
0x0809  Meta_Tab
Control_i       for Tab
[root@web1 root]#
(not that it matters) but web3 is the one that disconnects me each time i hit [tab].

I'm *pretty sure* this only started a few days ago. I always use tab (it's a habit) and it first disconnected me a few days ago. I shrugged it off, thinking it was the terminal, but i've tried it from 2 different computers and each time it does the same thing. Each time, it only happens on web3 and not web1.

The only changes i've made on web3 is:
- added reverse ip lookups for a few ips
- probably changed a http setting

Nothing that would even affect something like this.

Last reboot was 9 days ago, so it's not something that was done a few weeks ago and only took effect upon rebooting..

Any ideas?? [TAB] - auto complete command...

 

 

 

 

Top