Skip to content

Instantly share code, notes, and snippets.

@duchenpaul
Created November 9, 2018 08:43
Show Gist options
  • Select an option

  • Save duchenpaul/cd90189bf77a0831985b0d00fcadde4a to your computer and use it in GitHub Desktop.

Select an option

Save duchenpaul/cd90189bf77a0831985b0d00fcadde4a to your computer and use it in GitHub Desktop.
  1. Open putty
  2. Set host name: hostname.onedumb.com, port: 203
  3. In category, go to Connection->SSH->Tunnels, set Source port: 1433, Destination: sqlhost:1433
  4. Click Add button
  5. Click open, login as: pi password: 1qazxsw2
  6. It should be connected to the server, keep it in hte background
  7. Open SQLServer client
  8. Servername: 127.0.0.1
  9. Login: SA
  10. Password: passWORD
  11. Connect, and you should be connected. Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment