Skip to main content

All Questions

0 votes
0 answers
294 views

Can't SSH into Windows VM despite setting up OpenSSH

A couple of days ago, I set up a Windows 11 VM using VMware Fusion on my Macbook Air, and despite the janky and, at times, incredibly frustrating installation process (finding ISO files that will run ...
0 votes
0 answers
669 views

Permission denied (publickey, password) when running mpiexec using ssh

I am implementing a simple mpi code. I am using Oracle Virtual box and have created two Ubuntu vm's one named master and the other named slave. Both are connected and can successfully ping each other ...
user avatar
2 votes
0 answers
707 views

Use OpenSSH on Windows Server and connect as "NT Authority\SYSTEM"

Note on security: What I'm about to ask happens in an isolated environment, cut off from the Internet and the immediate LAN. I'd like to SSH into a Windows Server and end up executing commands as the ...
0 votes
0 answers
67 views

try to SSH connect Centos VM to Windows VM using public key

I have two VMs , one in Centos and one in Windows, I should SSH connect from Centos VM to Windows VM. I have no issue to SSH connect with password. But I have to definitely use publickey to connect ...
0 votes
0 answers
3k views

How to SSH to virtual machine locally without internet connection (or external modem)?

I run Ubuntu Desktop 16.04 as my host machine. I use Virtual Box to run Ubuntu Server. I SSH to my Ubuntu Server virtual machine using NAT network with port forwarding. With these settings I can SSH ...
0 votes
0 answers
1k views

Unable to SSH into freshly installed debian VM, "Permission denied, please try again." error

I just set up a Debian 7 VM. I can ping my VM from host OS, which is Ubuntu 14.1, but can not ssh into VM. Here is the output of ssh -v EDIT: I am using virtulbox. I am not using any command line ...