Friday, September 16, 2016

How to SSH to a VirtualBox guest externally through a host?

Network in NAT

port forward
Host port 2222, guest port 22, name ssh, other left blank

No comments:

Post a Comment

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage