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!
!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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.