Hi ! Following Ezra's suggestions on http://brainspl.at/pages/perfect_vps, I changed the port sshd listens to. I'm trying to setup SwitchTower, and I don't know how to set the port. Where should that be configured ? I can't see anything in switchtower.rake, nor can I see it in the source. If this already exists, can anybody point me to documentation. If not, can I get any pointer as to where that should be added ? It looks to me like it should be in configuration.rb Thanks ! -- François Beausoleil http://blog.teksol.info/ _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On Dec 22, 2005, at 12:49 PM, Francois Beausoleil wrote:> Hi ! > > Following Ezra''s suggestions on http://brainspl.at/pages/perfect_vps, > I changed the port sshd listens to. > > I''m trying to setup SwitchTower, and I don''t know how to set the port. > Where should that be configured ? I can''t see anything in > switchtower.rake, nor can I see it in the source. > > If this already exists, can anybody point me to documentation. If > not, can I get any pointer as to where that should be added ? It > looks to me like it should be in configuration.rbOk, I can''t remember if I''ve actually released this feature yet or not... but in the latest SwitchTower source code (at least), you can do the following in your deploy.rb: ssh_options[:port] = 123 - Jamis
On Dec 22, 2005, at 1:19 PM, Jamis Buck wrote:> On Dec 22, 2005, at 12:49 PM, Francois Beausoleil wrote: > >> Hi ! >> >> Following Ezra''s suggestions on http://brainspl.at/pages/perfect_vps, >> I changed the port sshd listens to. >> >> I''m trying to setup SwitchTower, and I don''t know how to set the >> port. >> Where should that be configured ? I can''t see anything in >> switchtower.rake, nor can I see it in the source. >> >> If this already exists, can anybody point me to documentation. If >> not, can I get any pointer as to where that should be added ? It >> looks to me like it should be in configuration.rb > > Ok, I can''t remember if I''ve actually released this feature yet or > not... but in the latest SwitchTower source code (at least), you > can do the following in your deploy.rb: > > ssh_options[:port] = 123 >Actually, upon checking, this feature has _not_ yet been released, so I apologize. I''m hacking on ST this weekend, though, and I hope to have a new release available next week sometime. - Jamis
2005/12/22, Jamis Buck <jamis@37signals.com>:> On Dec 22, 2005, at 1:19 PM, Jamis Buck wrote: > > ssh_options[:port] = 123 > > Actually, upon checking, this feature has _not_ yet been released, so > I apologize. I'm hacking on ST this weekend, though, and I hope to > have a new release available next week sometime.Thanks, Jamis. Looking forward to that. Have a nice day ! -- François Beausoleil http://blog.teksol.info/ _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails