Setup SSH Server in Virtualbox Guest OS | Ubuntu
#virtualbox #ssh #ubuntu
To Install SSH Server in Ubuntu
`apt install openssh-server`
To check the status of the service you can use:
`systemctl status ssh.service`
Other Commands
To start the servcie `systemctl start ssh.service`
To stop the servcie `systemctl stop ssh.socket`
To enable the servcie `systemctl enable ssh.service`
To disable the servcie `systemctl disable ssh.service`
Connect to SSH Server (From Client)
`ssh username@ipaddress`
Download Link for SSH GUI Client
Bitvise Clinet: https://www.bitvise.com/ssh-client-do...