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
0
votes
1 answer

im trying to run a python code in MobaXterm

enter image description here It says module speech_recognition not found. I had speech_recognition module downloaded in my environment. Only have 1 which is base. I managed to run the code on my visual studio code. But unable to run on my MobaXterm…
0
votes
0 answers

How do i run my python script in a remote server using Server X in Mobaxterm

I am connected to a remote server through a SSH session in Mobaxterm. While console programs run just fine, i am now trying to run a graphic program. Through some digging, i found out about X Server (X11) and i wanna try it out but i can't see to…
0
votes
0 answers

How to create click-able link in MobaXterm

I would like to create an url link that can be CTRL-Click-ed in MobaXterm and opens the link in the default local the browser. A simple web address (like http://example.com) is recognized by MobaXterm and you can click on it. However i need to add a…
Laca
  • 21
  • 5
0
votes
1 answer

font is small in ubuntu for some program like MobaXterm

on ubuntu, the font is normal and big enough to work correctly but when I open MobaXterm and some other windows the font seems very tiny as you can see in the picture and I can not work probably. what is the reason and what is the solution for the…
jojo
  • 35
  • 5
0
votes
0 answers

MobaXTerm issues with opening sessions and ppk passwords

I currently got a RDP-Server set up and tried to connect to it via VPC and MobaXTerm. When getting asked for the password for the private key by MobAgent, I entered the password I saved for it, but that didn't work as I got asked the same question…
0
votes
1 answer

YUM command on Mobaxterm, windows

I am new to that area, I have installed Mobaexterm and try to run the YUM as part of some command. It says that the YUM command is not found Apperantly I need to install also a specific package to do that. If I had a UNIX env, the command I would…
0
votes
1 answer

Halting "conda remove" command in Miniconda3

Background: I'm working on a research project on a High-Performance Computing machine running Linux OS that requires a fair amount of setup to log into. I use MobaXTerm and a VPN; it takes a while to get everything logged in for a working terminal…
0
votes
0 answers

Mobaxterm terminal show line as funky characters

This is what I am seeing in the terminal This is what I should see (displaying correctly in PowerShell): I did change the chatset to UTF-8, but it is still not working Not sure what to do at this point, any help is greatly appreciated
0
votes
0 answers

MobaXterm custom ssh session port forwarding

I have been using mobaXterm to connect to remote ports using a command: ssh -L 443:192.168.114.01:443 -L 80:192.168.114.01:80 username@enter image description here I want to save ssh sessions for all of these commands I have been copying and…
0
votes
0 answers

Disabling built-in ANSI Escape behavior in a Python Windows build

This has been vexing me for a while. I really, REALLY love MobaXterm. I'm an old-line *NIX kinda guy, and I've had Cygwin on every Windows box I've endured, then started using MinGW, then discovered MobaXterm which IS the Swiss Army Knife for *NIX…
Nufosmatic
  • 145
  • 1
  • 11
0
votes
0 answers

Can I pass a path parameter to Cmd/Powershell session/bookmark in MobaXterm?

According to this page, users can pass path parameters to MobaXterm terminals. The syntax to do this is MobaXterm.exe -openfolder "" It worked when using with its own local terminal, but not with option "-bookmark Powershell" or…
preachers
  • 373
  • 1
  • 5
  • 15
0
votes
0 answers

How to disable MobaXTerm cursor settings?

I am using MobaXTerm v22.3 to connect my Ubuntu via SSH. I want to use zsh-vi mode in my maschine with https://github.com/jeffreytse/zsh-vi-mode. But I noticed that MobaXTerm overwrites the cursor mode (shape and color), couldn't disable the mode.…
jef
  • 3,890
  • 10
  • 42
  • 76
0
votes
1 answer

MobaXterm SSH config

Can we make MobaXterm use Windows SSH binary and configuration ? I have the ./ssh/config which contains executables on the Windows OS once I use ssh. So if I try SSH using MobaXterm, it will not work because the it doesn't see the SSH config and the…
hossko
  • 1
0
votes
1 answer

MobaXterm - Syntax Highlighting Rework

Can you help me to rework the following regex syntax highlighting in MobaXterm: I would like the interface type/number (GigabitEthernet0/0/5) to be also in yellow color, not in magenta as in the example. Here are the codes for both colors as they…
Ivo Fx
  • 23
  • 9
0
votes
0 answers

How can I export a java project from eclipse to an ssh terminal and run it without getting "unable to find class" errors?

I want export the java files from my eclipse project on my pc into an ssh terminal where I can submit the code so my professor can grade it. I don't really know the proper way to do this. I just copy pasted the java files in the src folder in the…