SSH config for simplify connection to many similar hosts

Posted Over 9 years ago by konjoot.
nerderati.com

Suppose you have three hosts (host.one.domain.name, host.two.domain.name host.three.domain.name) with the same credentials, with access by ssh key, then any time...

Capistrano deploy.rb examples

Posted Over 10 years ago by konjoot.

All examples here for deploy RoR application with unicorn, staging machine (where we deploys) available via ssh by ssh_key...

Generating SSH Keys

Posted Over 10 years ago by konjoot.
help.github.com

If you don't have ssh key, open terminal and run following commands: cd ~/.ssh ^ ssh-keygen -t rsa -C...