Skip to content
Daniela Ruiz edited this page Feb 23, 2017 · 2 revisions

Redirect traffic of mysql via ssh. Example

ssh -L 3306:localhost:3306 geek@webserver.com

Check if ssh key exists. Example ls -al ~/.ssh

Create a new ssh key. Example ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Clone this wiki locally