Skip to content
Snippets Groups Projects
  1. May 06, 2015
  2. Feb 24, 2015
  3. Feb 20, 2015
  4. Feb 19, 2015
  5. Feb 18, 2015
  6. Aug 19, 2014
  7. Aug 13, 2014
  8. Jul 08, 2014
  9. Jan 17, 2014
  10. Nov 14, 2013
  11. May 03, 2013
  12. Apr 09, 2013
  13. Apr 04, 2013
  14. Apr 03, 2013
  15. Apr 02, 2013
  16. Apr 01, 2013
  17. Mar 31, 2013
  18. Mar 30, 2013
  19. Mar 29, 2013
  20. May 17, 2012
  21. Feb 23, 2011
  22. Sep 02, 2009
  23. Jul 30, 2009
  24. Jul 01, 2009
  25. Nov 02, 2008
  26. Sep 17, 2008
  27. Sep 15, 2008
  28. Feb 16, 2007
  29. Jun 07, 2006
  30. Mar 22, 2006
    • Matt Johnston's avatar
      A hack to make dbclient to tcp forwarding netcat style. · cdbe8535
      Matt Johnston authored
      eg
      
      ./dbclient -i testkey -L 1234:remotehost:remoteport  tunnelhost
      
      will ssh to tunnelhost (using testkey, there's no way to ask for a password)
      and then tcpfwd to remotehost:remoteport on stdin/stdout.
      
      There's no way to give a cmdline password, so -i for a keyfile will have to do.
      Yet another reason for agent forwarding.
      
      The 1234 is a dummy var, I think it has to be a valid portnumber though.
      
      --HG--
      branch : dbclient-netcat-alike
      extra : convert_revision : d1f69334581dc4c35f9ca16aa5355074c9dd315d
      cdbe8535
  31. Feb 11, 2006
  32. Sep 21, 2005