executing a command in a remote ubuntu VM running in a microsoft server using ssh.

Bo Berglund bo.berglund at gmail.com
Sat Mar 6 20:17:49 UTC 2021


On Sat, 6 Mar 2021 20:39:17 +0100, robert rottermann <robert at redcor.ch> wrote:

>Hi there
>
>I want to run a command (ideally a bash shell) in a remote ubuntu VM(vmware) 
>guest that runs in a windows server.
>

If the Ubuntu VM is running with is network address on your internal network
then you can SSH into it from your Windows machine (or any other computer on the
network).
On Windows you can use PuTTY to do this, but on other Linux machines just open
an SSH shell to the Ubuntu machine.
Then you can type away any command you like.

Of course you will need its IP address for access and the Ubuntu machine must
have SSH access enabled.


-- 
Bo Berglund
Developer in Sweden





More information about the ubuntu-users mailing list