3
1
I have ssh-agent set up to automatically start and prompt when I open a terminal window, as is explained here. It gets somewhat annoying though since many times when I open a shell I don't plan on using ssh for anything. Is there a way to delay this password prompt until I try to use ssh?
In other words, the first time I use SSH I want a password prompt, all subsequent times I don't want one, and I don't want one if I'm not about to use SSH.
Refer to https://stackoverflow.com/a/24347344/4573065 + its comments for a good way to acieve this.
– ST-DDT – 2018-07-10T09:23:55.450Sounds like a weekend project to me. – Clueless – 2010-10-20T08:18:17.573
2So, have you implemented it? – Vi. – 2011-08-20T18:54:58.867