DEV Community

Discussion on: How To: Ssh Into Ubuntu VM Virtualbox From Host Machine

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Just what I am looking for. Coupled with How To Use Visual Studio Code for Remote Development via the Remote-SSH Plugin, it is possible to hack into Ubuntu via VSCode, without needing head at all.

I am using Installation/MinimalCD as well.

Collapse
 
selllami profile image
Yassine Sellami

Yes, it's possible. you just have to configure your Remote-SSH Plugin for VSCode and follow this guide as well.

Host my_remote_server
    HostName your_server_ip_or_hostname
    User sammy
    IdentityFile /location/of/your/private/key