-
Notifications
You must be signed in to change notification settings - Fork 1
Credentials
Ross Masters edited this page Sep 28, 2013
·
1 revision
Create an SSH tunnelled connection with:
- SSH hostname:
127.0.0.1
(port as invagrant ssh-config
) - SSH username:
vagrant
- SSH password:
vagrant
- SSH keyfile:
~/.vagrant.d/insecure_private_key
- MySQL host:
127.0.0.1:3306
- MySQL user:
root
- MySQL pass: empty/none
MySQL is exposed on a host machine port (default 3306), however by default all accounts are based from localhost.
I need to find a pg client that supports SSH tunnelling to test this, but it will be whatever the defaults are on Ubuntu.
PostgreSQL is exposed on a host machine port (default 5432).
I need someone who's actually used Redis to figure this out for me :)
Redis is exposed on a host machine port (default 6379).