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
0 answers

Reopen terminal at remote path after SSH disconnect

I connect to an SSH server which often disconnects and I have multiple terminal/tabs open in MobaXterm, but I guess this could apply to any terminal client. When the connection breaks it's a disaster because I have to reconnect each terminal and go…
Herman Toothrot
  • 1,463
  • 3
  • 23
  • 53
0
votes
2 answers

how to connect to oracle free cloud using mobaxterm?

I'm trying to connect to oracle free cloud using mobaxterm but I'm receiving: Unable to use key file "X:\\oracleCloud\\ssh-key-2020-10-11.key" (OpenSSH private key) No supported authentication methods available (server sent:…
pxs
  • 77
  • 6
0
votes
1 answer

MobaXterm use ssh passwords for server authentification

I want to create a MobaXterm user session to access a server via ssh. I use a username and password for authentication. The option using the ssh key is unfortunately not available to me. Furthermore, access to the server takes place via a jump…
user5580578
  • 1,134
  • 1
  • 12
  • 28
0
votes
0 answers

How do I choose tabs to include in MultiExec of MobaXterm?

By default all open tabs are included in the MultiExec. While inside MultiExec environment I can check a box to exclude a tab. Is there a clever way to choose the tabs to be included in the MultiExec environment to begin with? I am always scared of…
0
votes
0 answers

How do you decompress a gz file?

Hi I'm trying to open gz files on my computer (windows 10) in the terminal (MobaXterm) could some one guide me on how to do it thank you. I've tried using gunzip file.gz and gzip -d file.gz but they don't seem to work
Genesis
  • 31
  • 1
  • 5
0
votes
1 answer

Use python with mobaxterm to copy 25 random files from one folder to another

I'm trying to write a python script that I can run using mobaxterm to grab 25 random files from a folder and copy them to another folder. I am very new to using mobaxterm, my internship has been mostly writing small scripts to help my coworkers…
pbthehuman
  • 123
  • 3
  • 12
0
votes
1 answer

MobaXterm error: FXApp::openDisplay: unable to open display :0.0

I'm trying to open an Abaqus GUI on a cluster. So far I've done this using: I log in on the cluster using MobaXterm I start a job using: qsub -I - X -l nodes=1:ppn=1,mem=32gb I load Abaqus: module load abaqus/2019 I call the Abaqus…
Nathan
  • 3,558
  • 1
  • 18
  • 38
0
votes
2 answers

Ssh console prints ^H when pressing the return key

I did not know if I had to post that in a more system specific stack exchange. So please inform me where to go if this question does not belong here. I am using mobaXterm tu SSH into a server. It worked fine for the last week, but since today, I…
Itération 122442
  • 2,644
  • 2
  • 27
  • 73
0
votes
1 answer

"open | $filex" couldn't execute existing file on windows only

Below code: set filex "./run.sh" if {[file exist $filex]} { puts "File exist!" } if {[catch {open |$filex r} pipe]} { puts "pwd = [pwd]" puts "ERROR: $pipe" } returns followind message: File exist! pwd = F:/ ERROR: couldn't…
J. Doe
  • 59
  • 8
0
votes
2 answers

How to properly upload a local file to a server using mobaXterm?

I'm trying to upload a file from my local desktop to a server and I'm using this command: scp myFile.txt cooluser@192.168.10.102:/opt/nicescada/web following the structure: scp filename user@ip:/remotePath. But I get "Permission Denied". I tried…
Julio Rodriguez
  • 499
  • 6
  • 16
0
votes
1 answer

Mobaxterm terminal display adjustment

For MobaXTerm on windows it defaults to showing date and time on every line, I can't seem to find the setting to disable this - does anyone know? Link to how it shows
0
votes
1 answer

Tensorflow from server with sudo command not working

I'm using Server (SSH) in my local PC with PyCharm for remote development. I installed tensorflow (pip) from local PC with sudo privilege. When I run tensorflow code in terminal (MobaXterm) python projects/example.py Code works but can't save…
0
votes
0 answers

Mobaxterm installed from scoop does not work. When open a session like bash/powershell etc it closes immediatley

I have recently installed Mobaxterm on my Window's 10 machine after I removed the "Ubuntu" sub system. And then I re-installed Mobaxterm using scoop but it does not work properly.If I open any session/terminal it just closed immediately and never…
user4987870
0
votes
0 answers

using backspace adds some utf characters in raw_input

When using backspace it adds extra character in raw_input I am using python 2.7 on Mobaxterm. I am using raw_input for the user input. For example if user wants to give an input such as "Python Language" but instead there is spelling mistake and…
PyPy2304
  • 17
  • 1
  • 7
0
votes
2 answers

How to access a Django website from remote server in a local browser?

I've looked and tried things for hours, and nothing seems to work. Here's the info: On my Windows machine, I use PuTTY or MobaXterm to connect to a remote Linux server using SSH (command line only). I started a new project with this command:…
Ness
  • 1,415
  • 1
  • 13
  • 19