55
10
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to get any copy-paste working. Am I missing something here?
I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs. – Mahn – 2016-07-11T17:53:02.153
2What IP address and port would you use to connect via SSH if the virtualbox is on a localhost? – DPSSpatial – 2017-02-02T18:21:43.127
1
There are lots of questions and answers on other sites about how to configure Virtualbox so you can SSH into it. Here's a simple one that worked for me with a Windows host and a terminal-only Ubuntu Server guest inside Virtualbox
– user56reinstatemonica8 – 2018-01-02T21:35:07.940This should be the accepted answer. – Ardee Aram – 2019-01-27T09:27:42.457
@DPSSpatial I just used the ifconfig command on my guest to know the ip-address to use for SSH. I did not specify any port, because upon checking with nmap, I got to know that the SSH service was running on port 22 (the default one). – Reeshabh Ranjan – 2020-02-01T18:25:51.127
2That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window. – bukzor – 2011-02-24T05:32:36.950
1@James Brilliant idea !!! :) – TraderJoeChicago – 2012-03-30T08:16:03.193
ran into this issue myself, this is definitely the only way I have found to work around this – adeleinr – 2012-12-21T02:01:00.257