Hey there!
This is Tharun here. Most of us would have struggled to SSH into a VirtualBox Machine. In this article, I introduce to you what Virt...
For further actions, you may consider blocking this person and/or reporting abuse
% ssh -p 3022 127.0.0.1
kex_exchange_identification: Connection closed by remote host
Connection closed by 127.0.0.1 port 3022
trying to ssh to ubuntu vm
Ah. I didn't install openssh-server on the ubuntu vm like so ...
sudo apt-get install openssh-server
thanks for comment this.
Yes, it's nasty! You want to use software and forget to install it!
try:
ssh -p 3022 username@127.0.0.1
can change port to 7777 like that .... as ur wish
Thanks a lot man :)
Glad it helped. :)
had trouble using
changed to
many thanks!
Thanx a lot!
Awesome!
Spent hours looking for this, thanks to this post it finally works...
This Works ... Thanks :)
awesome bro. it saved me :D
Operation timed out