Even to setup ssh, I need to copy-paste some stuff in Vultr console first. But it doesn't support copy-paste at all, does it? What's a workaround then?
If you need to send complex commands to the console, upload them to pastebin.com and wget them to your server. You can then execute the downloaded file as a script. It is a hacky way, but definitely better than typing in (and making errors) long commands by hand.
Comments
No, you don’t have to do that. Or are you using a very cusom ISO?
no, just custom
If you need to send complex commands to the console, upload them to pastebin.com and wget them to your server. You can then execute the downloaded file as a script. It is a hacky way, but definitely better than typing in (and making errors) long commands by hand.
@wavecomas I never thought in that. Nice.