search for: anything_else

Displaying 2 results from an estimated 2 matches for "anything_else".

2006 Jun 09
9
Opinions on catch-all routing?
...r downcase.split.join(''_'')) to the post link. So, blog.com/posts/4 can easily also be blog.com/posts/4/title_of_blog, with the following added to config/routes.rb: map.connect '':controller/:action/:id/*anything'' Of course this also means that blog.com/posts/4/anything_else points to the same place, and I was wondering if this could be considered as bad practice. Any thoughts? -- Posted via http://www.ruby-forum.com/.
2015 Jan 09
5
OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?
Hi, On Fri, Jan 9, 2015, at 10:48 AM, Tim Rice wrote: > My ssh_config has > Host * > HostbasedAuthentication yes > EnableSSHKeysign yes > NoHostAuthenticationForLocalhost yes > > NoHostAuthenticationForLocalhost is not necessary. > The one you are missing is EnableSSHKeysign. > > Additionally, you made no mention of your ssh_known_hosts files. Make > sure