Operating System Programming 4DISS

(REV358--31-Jan-2024)
Welcome to the Operating System Programming for DISS site. The following is a step-by-step guide to set up a Virtual Debian Guest on VirtualBox. This site has been managed by VauLSMorg since 2020.
This is the WAY!

View on GitHub

HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT


Table of Contents

Most will run VirtualBox on a Microsoft Windows-based HOST. But, some may use a GNU/Linux-based HOST. The following illustrates running SSH from a Microsoft Windows host and GNU/Linux.


SSH from a Windows HOST

This example is if you run VirtualBox on a Microsoft Windows-based HOST.


ssh -p 6022 cbkadal@localhost


SSH from a GNU/Linux HOST

This example is if you run VirtualBox on a GNU/Linux-based HOST.

ssh -p 6022 cbkadal@localhost
# REMOVE THE OLD KEY
ssh-keygen -f ~/.ssh/known_hosts -R "[localhost]:6022"


# ONE MORE TIME
ssh -p 6022 cbkadal@localhost



HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT