Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Sample configuration file for dbssh script

Put this in a text file called ".dbsshrc" in the same directory as your "dbssh script":http://textsnippets.com/posts/show/1254

      server_name:
        server: servername.com.au
        username: user_id
        password: password_cleartext
        remote_port: 3306
        local_port: 3307

You need to create an account or log in to post comments to this site.