- http://shop.oreilly.com/product/9780596004613.do
- https://www.safaribooksonline.com/library/view/linux-server-hacks/0596004613/
It’s not officially called “Volume One”, but since there also appeared a “Volume Two”, it seems to make sense to call this one “Volume One”, right?
The recipes, you can find here, are also applicable generally in the Unix world.
- chapter 6: SSH – really, really, really valuable
- chapter 6, hack# 69: “Running the ssh-Agent in a …” – this recipe is not at all restricted to a GUI environment – you can also apply this recipe, if you log on to one server multiple times in parallel and want to be able to make use of the same agent process
- https://www.safaribooksonline.com/library/view/linux-server-hacks/0596004613/ch06s05.html – Hack #69. Running the ssh-Agent in a GUI
- https://resources.oreilly.com/examples/9780596004613 → LSHcode.tgz → LinuxServerHacks-code/ch06/profile
- https://en.wikipedia.org/wiki/ssh-agent
This is roughly how you start the ssh-agent, and how your add private keys:
$ ssh-agent … $ ssh-add …
See also:
Leave a Reply