Hi all, I have a host that allows ssh access but only on the main account. I was just wondering can you setup the db without using the command line e.g db:migrate generate etc as on my main account its fine but if i setup other sites i will have to pay $10/£6 to activate ssh. Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 25 February 2012 15:20, Paul Na <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi all, > > > I have a host that allows ssh access but only on the main account. I was > just wondering can you setup the db without using the command line e.g > db:migrate generate etc as on my main account its fine but if i setup > other sites i will have to pay $10/£6 to activate ssh.I think it will be very difficult to administer without command line access. As well as db setup you will likely need to do bundle install and so on. Possibly a change of provider is in order. Colin> > > Thanks > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- gplus.to/clanlaw -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Quoting Paul Na <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:> Hi all, > > > I have a host that allows ssh access but only on the main account. I was > just wondering can you setup the db without using the command line e.g > db:migrate generate etc as on my main account its fine but if i setup > other sites i will have to pay $10/£6 to activate ssh. >Cannot you ssh into the main account and then change user to the other account? My Amazon cloud account is like this. Only one normal user account is allowed to ssh in. I then change to the root and Web server accounts as needed. HTH, Jeffrey -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi, Sorry for the late reply i have been busy. I have got a vps now but Jeffrey you are right i totally forgot that but its to late now as i have cancelled the account. Thanks anyway Paul -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sat, Feb 25, 2012 at 10:46, Jeffrey L. Taylor <ror-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote:> Cannot you ssh into the main account and then change user to the other > account? My Amazon cloud account is like this. Only one normal user account > is allowed to ssh in. I then change to the root and Web server accounts as > needed.Excellent advice not only for getting around expensive restrictions, but for security as well. My usual procedure is to set up an account that is highly restricted, but can accept ssh sessions, with username and password that are long and hard to guess (but reasonably easy to remember and type -- a la "correct horse battery staple"). Once there, I can su to whatever other accounts I need to use. (Still with reasonably strong names and passwords though!) -Dave -- Dave Aronson: Available Cleared Ruby on Rails Freelancer (NoVa/DC/Remote) -- see www.DaveAronson.com, and blogs at www.Codosaur.us, www.Dare2XL.com, www.RecruitingRants.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.