Quick and Easy Passwordless public-key auth

13 Dec 2009 by , 1 Comment »

Need passwordless auth with ssh? Need it really really fast? 3 steps and you’re done.

  1. ssh-keygen -t rsa      (don’t enter a passphrase)
  2. ssh-copy-id -i ~/.ssh/id_rsa user@remotehost
  3. ssh user@remotehost

Wasn’t that easy?

Tags: ,

One Comment

  1. [...] If you have not done so already, you need to set up passwordless public key authentication for the new insurgent user. To do this, check out the quick article on passwordless auth. [...]

Leave a Reply

Arduino Leonardo - Interrupts

Arduino Leonardo – Interrupts

As of Arduino 1.0, interrupts are not supported on the Arduino Leonardo. I’m working on a project using the atmega32u4

ZonCoffee v3 PCB

ZonCoffee v3 PCB

The first prototype ZonCoffee v3 boards have arrived and are nearly up and running. I’m currently porting the code over