makandra dev

Capistrano recently had some API changes that can results in deploys not working when running with old deploy.rb files.

If you want to know your public key's fingerprint, do this: ssh-keygen -lf ~/.ssh/my.key.pub This may be necessary...

When deploying code with Capistrano (depending on your configuration) at some point Capistrano tries to check out code from your...

You must reconfigure the guest so it will get its own IP address: Shutdown the guest In the guest's...

To test if you can connect to a host using password authentication and explicitly deny public key authentication:

If you want to have an English Ubuntu UI, but still see dates, money amounts, paper formats, etc. in German...

richfrog.curzons.net

Get "PuTTY Link" and "Pageant" (an SSH key agent) from the PuTTY download page. Run pageant.exe, find its icon inside...

If you are connected with a network that forbids e-mail traffic but allows SSH, you can tunnel your e...

makandra dev

Attached you can find an example ~/.ssh/config file which makes working with SSH more pleasant. It contains several tweaks:

You probably already manage servers you often connect to inside the ~/.ssh/config file. What is nice: you may define alias...

We regularly need to connect to the server in order to e.g. access the production console. Guessing the Capistrano deploy...

Install OpenSSH Server: sudo apt-get install openssh-server To check if the server is running you should get no...

After updating your RubyGems, you will probably not be able to run Capistrano any more, but receive an error similar...

makandra dev

If you have problems with SSH session timing out, add the following to your /etc/.ssh/config: Host * ServerAliveInterval 55 ServerAliveCountMax 2

makandra dev

If a SSH shell dies (from timeout for example), you cannot kill it with the usual CTRL-C or CTRL...

Call with the server's hostname (and user if you have no SSH agent), e.g. install-gems-remotely my.server.com

This will tunnel HTTP requests to one given domain and port through an intermediary SSH server: ssh -L 8080:targethost...

makandra dev

Ubuntu lets you mount an SSH shell into Nautilus from Places -> Connect to server (select "SSH" as server type).

makandra dev

This may be awkward to set up, but will work once you're done. Fun facts:

You are getting when connecting via SSH or deploying with Capistrano (which uses SSH): Too many authentication failures for username...