Questions tagged [mobaxterm]

MobaXterm is windows desktop application which includes:

  • remote network tools (SSH, X11, RDP, VNC, FTP, MOSH, ...)
  • Unix commands (bash, ls, cat, sed, grep, awk, rsync, ...)
  • embedded servers (TFTP, FTP, HTTP, SSH/SFTP, telnet, ...)
  • MobApt package manager
  • support for SSH tunneling
183 questions
1
vote
2 answers

Mobaxterm does not work using vnc session

when I use mobaxterm to connect my work PC by vnc option, I get error "no configured security type is supported by 3.3 vnc viewer " I searched and find that setting encryption to "let vnc server choose" or "prefer on" can solve this situation. but…
Xin YANG
  • 81
  • 1
  • 9
1
vote
1 answer

command mkdir -p returns: "mkdir: can't create directory '/drives/f/': Permission denied" when use full path on mobaxterm on Windows

Command: mkdir -p /drives/f/_/cache returns: mkdir: can't create directory '/drives/f/': Permission denied in MobaXterm on Windows. mkdir -p cache in /drives/f/_/ works fine. Any workaround on this assuming I can't go with relative path here? I…
J. Doe
  • 59
  • 8
1
vote
1 answer

Mosh using MobaXterm fails to connect with error, how to fix?

I'm having a problem connecting to remote hosts using MobaXterm as my Mosh client. I have no issues from Bash using my standard OpenSSh client to/from Slackware, Debian, and OpenBSD systems with the following command line: mosh --ssh=\"ssh -p…
tallship
  • 33
  • 6
1
vote
0 answers

Github push over ssh fails while test works

I have generated 4096 RSA certificate, registered it locally with ssh-add and in github. I followed official documentation. The ssh works and I am authenticated, but I cannot push my local repository to github. The origin URL was copied from github…
Leos Literak
  • 8,805
  • 19
  • 81
  • 156
1
vote
1 answer

ModuleNotFoundError: No module named 'win32com'

Actually, I have the same problem as him: No module named win32com I have installed pywin32 but MobaXterm tells me "No module named win32com". However, I am able to run my program using IDLE with no error. What's the problem? Code: import…
user10634280
1
vote
1 answer

Mobaxterm Git clone/push terminates without cloning or updating remote repo

I'm using git on Mobaxterm to clone a remote repo from my enterprise bitbucket server. I've been doing this all the time using Portable Mobaxterm V10.5, Default Moba Git Plugin ( Git version 2.1.4) on my Windows 7 PC. However I moved all my moba…
Abhishek
  • 45
  • 1
  • 6
1
vote
1 answer

SSH or MobaXterm to AWS EC2 instance with saved password does not work

I want to login (SSH) to AWS EC2 instance without typing username/password. I used two ways to do that but did not helped and giving access denied error and ask to type password at prompt. First I used MobaXterm and in password management, I stored…
shaILU
  • 2,050
  • 3
  • 21
  • 40
1
vote
1 answer

Mobaxterm logs lines are not coming in complete screen

The highlighted part is empty, how can I view the logs in complete screen? I am not able to find any settings to change it.
1
vote
1 answer

SSH and SCP commands fail to execute after successful SSH key authentification with error message: Win32 error 1114

I am trying to automate file transfers from Linux on an Odroid XU4 (Linux) to my computer on windows. I can authenticate with an SSH key to my windows machine and even get access to the MobaXterm terminal from my Odroid but when I try to send an…
Dee
  • 11
  • 1
  • 4
1
vote
1 answer

undefined symbol while trying to run g_bus_own_name on Suse

I have downloaded eclipse on my Suse enterprise and am trying to run eclipse (From MobaXterm, have terminal access only with XServer installed). I keep on getting the following error when I run…
Hadi
  • 945
  • 3
  • 10
  • 31
1
vote
0 answers

Why can't display or plot graphs/charts in Mobaxterm terminal using python libraries

I'm trying to plot a graph having from a DataFrame, having two columns (date and values), I used "matplotlib", "gnuplot" and many other libraries but without getting any wanted result. For example I'm using this simple code : import…
1
vote
0 answers

MobaXterm Portable + Plugins + permanent apps

I am using MobaXterm portable (I don't know if this makes any difference here). I want to have some plugins, and at the same time install other apps. I found that: Placing plugins in the same directory where the executable is located worked. Then…
1
vote
1 answer

MobaXterm apt-get permanently install packages

I am using MobaXterm 10.8 portable. Whenever I install any package with $ apt-get install nano I can use the package for the whole MobaXterm session. But these packages vanish when closing MobaXterm. On the other hand, plugins are persistent. Is…
0
votes
0 answers

Similar alternative to MobaXterm on Mac

After switching from Windows to Mac, one thing that I miss is MobaXterm. I was hoping MobaXterm came with a Mac Version, but it doesnt. Is there any similar alternative to this on Mac. Even if it comes an an Extension on VSCode, that would work for…
frewper
  • 1,385
  • 6
  • 18
  • 44
0
votes
0 answers

Backspace not working in SQL*Plus through Mobaxterm terminal

when using oracleSQL on SQLplus commandline through Mobaxterm terminal, backspace isn't working. I tried stty erase but that doesn't seem to do anything currently using shift+backspace and hate the whole process. Any fixes??