SSH or SFTP into Virtualbox

Опубликовано: 26 Июнь 2017
на канале: Cyber - Tech - Tips
4,804
20

The video showing how to connect to your Ubuntu-Server machine from your computer using SSH and SFTP protocols

Commands:
--------------------------------
$ ifconfig
$ ip addr
$ nano /etc/network/interfaces

$ ifconfig -a

will show all possible to configure interfaces

---------------------------------
Create a new interface if you don't have:
Create the interface for the internet connection
* If you have eth0
$ auto eth0
$ iface eth0 inet dhcp
---------------------------------------------
* For the local machine
$ auto eth1
$ iface eth1 inet dhcp
-------------------------------------------------
This for the internet connection
In case you have enp3s0 interface
$ auto enp3s0
$ iface enp3s0 inet dhcp
----------------------------------------------------
For the local connection
$ auto enp8s0
$ iface enp8s0 inet dhcp
----------------------------------------------------
$ service networking restart


Смотрите видео SSH or SFTP into Virtualbox онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Cyber - Tech - Tips 26 Июнь 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 4,80 раз и оно понравилось 2 людям.