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

MobaXterm Execute Command

To connect from windows desktop to unix host, in order of administration on command line level, I like to use MobaXterm in it's free version The connection is encrypted ssh, identification to Unix host is using user id, passwd. There is an issue in…
tarik
  • 73
  • 2
  • 10
1
vote
1 answer

Weird paste string appends to my text when pasting from my clipboard manager (Ditto) to MobaXTerm

When selecting some entries from my Ditto clipboard manager with the keybind (Ctrl+q) And then pasting it on the MobaXTerm program, a weird string appends to the text and then I'll have to delete it, which is pretty anoying. As you see the string…
GBT55
  • 83
  • 5
1
vote
1 answer

MobaXterm SSH-browser Permission denied

Having an ssh session in MobaXterm I can see the directory structure, but the folder with the three files from above does not open in the toc, only an ls -l will show the content, and where everything belongs to root. Using whoami I can confirm that…
1
vote
0 answers

Search files in a Linux remote machine with GUI tool

I have a Linux machine and I'm accessing this Linux machine with MobaXterm and im using commands to create docker containers. I'm very new to Linux machine. When I'm creating docker files or containers with commands, it's saying with the same name…
Shri
  • 149
  • 1
  • 1
  • 15
1
vote
0 answers

Using Mobaxterm right-click paste, execute large blocks of pasted code one at a time?

I've been using MobaXterm for a while now, and frequently use right-click paste to execute small blocks of code at the Linux command line or in a Python interpreter. My intention is that each line should be executed one at a time, even if I paste…
1
vote
0 answers

ipython from pip fails to start

For several days I have been completely stuck with a persistant error that stops ipython from launching. Background: I am running python on Windows 10 using the 64-bit build downloaded from https://www.python.org/. I am using pip and running python…
1
vote
0 answers

Able to git clone into Mobaxterm, but missing permissions to download into my PC

I want to git clone a repo (from Gitlab) into Mobaxterm and then later download a specific file from the clone from Mobaxterm into my PC. I am able to git clone --recursive [HTTP]. But when I try to access the cloned directory through Mobaxterm's…
1
vote
1 answer

How to add graphic file explorer in MobaXterm?

When I'm connecting to a ssh server, there is a file explorer in the left side: (https://mobaxterm.mobatek.net/img/moba/features/feature-sftp-browser.png) But when I use the local terminal, it does not appear. How can I use this in a local terminal?
Avish
  • 36
  • 5
1
vote
0 answers

MobaXterm - remember the server name

How can I "tell" MobaXterm to remember the server names I was previously connected to, the next time I use it? I know we have the option of creating a new session (user session) and this way it will remain saved, however, I don't want to create…
JustMe
  • 11
  • 1
1
vote
0 answers

SSH to WSL2 from a remote with UI/X11 Forwarding support

I want to ssh to a WSL2 instance using X11 forwarding from another machine using MobaXterm. The WSL2 host machine and remote machine are literally sitting beside each other and connected to the same switch on a private network so security shouldn't…
Mike
  • 791
  • 8
  • 18
1
vote
0 answers

MobaXterm stuck at a "progress information" window

I am using MobaXterm Personal Edition v21.2 Build 4642 to access a remote workbench for educational purposes. The workbench has a Linux machine, and I run STM32CubeIDE to program a development board connected to the remote machine. When I create a…
1
vote
0 answers

How do save a multihop ssh session in Mobaxterm

I have some hosts that I need to access that requires me to SSH hop through 4 or 5 different servers. I would like to be able to save these sessions and hops so that I don't have to constantly reference the network diagram hostnames to get around.…
gunslingor
  • 1,358
  • 12
  • 34
1
vote
1 answer

I am a microbiologist and new to PowerShell and I have to create a script using zgrep -u

I have a folder of fastq file (genomic sequences) and an excel file with barcodes (series of 20 nucleotides) and I want to search all the barcodes in all fastq files and get the exact matches. I did "zgrep -u barcode file1 file2 file3" …
1
vote
0 answers

Can not open the mobaXterm | install ohmyzsh

I tried installing "ohmyzsh" from git hub page[https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH] I install the zsh first but when I restarted the MobaXterm again, it failed with the following error. Now I can not work with MobaXterm. Please…
Indrajeet Gour
  • 4,020
  • 5
  • 43
  • 70
1
vote
0 answers

Access Windows 10 directories through "/cygdrive/c". Cygdrive no longer exists

The SSH Server I am using is the MobaSSH (home) and the SSH Client is MobaXTerm. I want to run a script from our CI/CD server, and set it up to run it over SSH. Until recently this worked perfectly. I do this on both Windows 7 and Windows 10…