mjschultz.com - Beyond Syntax | Michael J. Schultz

Description: A technology-oriented blog connecting thought to code and attempting to bridge the gap between adademia and practice.

technology (15838) programming (6395) coding (2019) practice (1590) academia (978)

Example domain paragraphs

For many years I have been bothered by the options for using the ssh-agent on Linux. I finally (hope) I've reached a reasonable solution for adding my keys to the ssh-agent.

As many *nix users know: SSH keys with passphrases are the way to go when jumping from system to system. This is the case because on your main computer there is a program running called ssh-agent . When you first boot your computer ssh-agent knows nothing and doesn't do much.

The real magic happens when you tell ssh-agent about your SSH keys. In the past I've done this in one of two ways: