Can I use MobaXterm to login via SSH and then enter shell commands?

1

I see that I can create an SSH session with MobaXterm and a shell session.

But is it possible to create a session that first logs in and then types shell commands?

I am using the free version of MobaXterm on Windows 10. I am logging in to a remote Ubuntu machine.

user1283776

Posted 2015-10-18T15:42:52.707

Reputation: 449

Answers

2

MobaXterm supports code snippets that get recorded as a macro and can get replayed on other servers later.

Besides that you have multiexecution of typed commands, that is the commands get executed on different servers at the same time.

check http://mobaxterm.mobatek.net/features.html

SLN

Posted 2015-10-18T15:42:52.707

Reputation: 71

Thanks. I now start a session tree times. Then in each terminal I run one macro. – user1283776 – 2015-10-22T16:04:58.320