unable to remote/ssh into my virtualbox guest linux OS -
i stuck , can't figure out why i'm unable remote guest vm. i'm trying do:
- my worklaptop running virtual box: (host-windows, guest-fedora 12)
- when @ home (personal network) - fireup laptop, virtualbox:guest-fedora 12
- ssh guest-fedora 12 personal mac osx machine
my vb settings guest:
adapter1 - nat - allow all, cable connected adapter2 - host-only adapter - allow all, cable connected open-ssh client on fedora installed can ssh other servers.
goal work macosx personal machine , ssh guest-fedora 12 vb.
i unable so. when used "terminal" macosx, i'll operation timed out message.
did install openssh server on fedora? i'm not sure default:
# yum install openssh-server
and make sure service started?
systemctl start sshd
also, nat networking not want. see here: http://catlingmindswipe.blogspot.com/2012/06/how-to-virtualbox-networking-part-two.html. creates ip address visible host.
virtualbox has bridged mode give looks box on local network. try that.
Comments
Post a Comment