English 中文(简体)
MobaXterm: screen freezing
原标题:

I use MobaXterm to connect (via ssh) to an Ubuntu server as a Virtualbox guest and, to edit files I use Vim. So far so good but randomly I have a kind of freeze screen. Cursor is still blinking but it s impossible to do anything with it and, if I resize MobaXterm the session tab goes black. It s not due to a session loss as I set the guest server as host only adapter which rules out any session losses.

So is it because of MobaXterm, Virtualbox or Vim ? Can someone help me on this ?

Thanks

问题回答

I guess it is ssh. Try to switch the mobaxterm connection type from ssh to mosh. ssh times out, so you get this problem on a regular basis. You can set the interval in ssh, but it does not help much. mosh makes all this obsolete. It takes much longer to start a session with mosh, but it is persistent even when your machine hibernates.

Still, it may happen that mobaxterm itself freezes (everything fades, the cursor shows wait state and freezes, too), mobaxterm does not respond anymore. In months of daily work this happened a few times to me with AWS ubuntu from Windows 10. Kill & restart mobaxterm helps in this case, but you have to kill the leftovers and restore all sessions.

I resolved the issue by unchecking "GSSAPI Kerberos" setting in MobaXterm Configuration.

https://serverfault.com/questions/1106646/slow-ssh-connection-establishment-with-putty-but-not-with-openssh





相关问题
Autoupdate VIM Plugins?

Is it possible to update vim plugins automatically?

how to unindent in vim without leaving edit mode?

I m writing a lot of python code recently, and i used the tab-to-space mode in vim. I was just wondering how would i unindent in vim without leaving edit mode for example after i finished if...: block....

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

Vim - Deleting XML Comments

How do I delete comments in XML? If the opening and the closing comment tags are on the same line, I use :g/^<!--.*-->$/d to delete the comment. How to delete the comments that are spread ...

Limiting a match in vim to certain filetypes?

I have the following in my .vimrc to highlight lines longer than 80 chars: highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.*/ This works quite well. However, the ...

Profiling Vim startup time

I’ve got a lot of plugins enabled when using Vim – I have collected plugins over the years. I’m a bit fed up with how long Vim takes to start now, so I’d like to profile its startup and see which of ...

热门标签