Python Forum
Need help for MobaXterm access with python 0
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help for MobaXterm access with python 0
#1
I have a requirement in which we need to have the access of Mobaxterm where a host is connected with ip (SSH communication).with python is it possible to automate this tool?Can anyone helpme on this.

Please suggest how to approach.

Thank you for the support!!
Reply
#2
Plese explain what you mean by automate.
I use putty, and have it set up to connect by simply loading a previously defined session.
Is this what you mean by automation?
You still have to tell the terminal emulator how to set up the connection.
Reply
#3
A host is present with IP need to coonect to MObaXterm with SSH protocol.

I need to write a script to run MObxaterm.exe with new tab where IP of host is already mentioned in session settings.So that it will start the session and I can send the commnads.
Reply
#4
do you have a key pair set up?
you need public key on server and private key on your computer
Reply
#5
I dont have key pair.
Can I generate them in general?
Reply
#6
you can generate the keys yourself.
log into the billing account of your hosting account.
There will be a place where you create the public key which is stored on your host account,
and a private key which must be mover to each system you wish to have access to the account,
The terminal emulator will then have to be told where the private key resides (it's path) on the local computer,
along with all protocol needed to make a connection. This only has to be done once on each client account.
If you plan on writing your own connection account, you will have to do have provide this information.

Each hosting account will have a write-up on how to set up these keys, here's digital Oceans link: https://www.digitalocean.com/community/t...sh-keys--2 all hosting accounts will have a similar blog.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020