Hi ^^ I was trying to copy the results of the following command: cat ~/.ssh/id_rsa.pub
But I can’t copy the results from the console.
How can I copy the text from the console?
Thank you navthink,
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
!function(){function t(){window.rfb.sendKey(e.shift().charCodeAt()),e.length>0&&setTimeout(t,10)}var e=prompt("Enter text to be sent to console").split("");t()}();
Please note that you need to click on the VNC console and hit enter to execute the command.
If you can ssh to your server, you can use sftp to download the file.
Otherwise you may try to mail the file with mail command
sudo apt-get install mailutils
mail -s "My pub key" someone@domain.com < ~/.ssh/id_rsa.pub
I’m actually needing to know the same thing. How can I copy the consoul log or at least get access to it? I can connect via ssh by the way.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
