Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# set up specific user overrides USER = CAPUSER = case ENV['USER'] when 'eweaver', 'weavere' ssh_options[:keys] = ["/Users/eweaver/.ssh/id_dsa_cnet"] # ssh_options[:port] = 22 # ssh_options[:verbose] = :debug # ssh_options[:host_key] = 'ssh-dss' 'weavere' when 'seth' ssh_options[:keys] = ['/Users/seth/.ssh/rasmussens'] 'rasmussens' else ENV['USER'] end
This paste will be private.
From the Design Piracy series on my blog: