By Pringles
I am trying to set-up a VPN on a Ubuntu 12.0.4 instance and have followed the simple install script (https://github.com/Nyr/openvpn-install). Now the next step is to download the .opvn file that has been created on the server, to local computer. How do I do this? I know this is pretty simple thing to do, but I just cannot get the scp command to work.
I installed the script through PuTTy and can see the .opvn file sitting on the server after running the script.
Thank you for your help.
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!
The easiest way to download the file(s) would be to use SFTP. You can use programs such as FileZilla or WinSCP to login using SFTP. Both support SSH Keys (FileZilla uses PuTTy’s PPK format for keys), so you’re not limited to logging in as root with a password (as this should be disabled – using SSH keys should be a priority).
SCP is nice if you’re only interested in working from the CLI, though I find that when it comes to file uploads and downloads, unless I’m dealing with large files, I prefer to use FileZilla.
–
WinSCP: https://winscp.net/eng/download.php FileZilla: https://filezilla-project.org/
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.