We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Redirect traffic of mysql via ssh. Example
ssh -L 3306:localhost:3306 geek@webserver.com
Check if ssh key exists. Example ls -al ~/.ssh
ls -al ~/.ssh
Create a new ssh key. Example ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
There was an error while loading. Please reload this page.