
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
Yes, it's nasty! You want to use software and forget to install it!
thanks for comment this.
try:
ssh -p 3022 username@127.0.0.1
can change port to 7777 like that .... as ur wish
had trouble using
changed to
many thanks!
Thanks a lot man :)
Glad it helped. :)
Awesome!
Thanx a lot!
awesome bro. it saved me :D
Operation timed out
Spent hours looking for this, thanks to this post it finally works...
This Works ... Thanks :)