Home > Uncategorized > OpenSolaris, Bazaar and SSH

OpenSolaris, Bazaar and SSH

February 13th, 2009 Leave a comment Go to comments

Just a small tip for using Bazaar on OpenSolaris: set the BZR_SSH environment variable to openssh if you don’t have the Python module Paramiko installed.
For example, in your ~/.bashrc:

export BZR_SSH=openssh

Could be useful if you’re pulling MySQL stuff from Launchpad and use (Open)Solaris. Could also be useful on other Unix-like operating systems when the default is missing (Bazaar uses Paramiko as default).

  1. No comments yet.
  1. No trackbacks yet.