On Wed, Nov 14, 2018 at 1:49 PM Rich Shepard <[email protected]> wrote:
> On Wed, 14 Nov 2018, Louis Kowolowski wrote: > > > man ssh-add(1) > > > > -D Deletes all identities from the agent. > > -l Lists fingerprints of all identities currently represented by > the agent. > > > > You can delete all identities, list them, to make sure there aren't any > in > > the agent, and then re-add them with: ssh-add <path-to-key-file> will add > > your key > > Thanks, Louis. > > Would the path be ~/.ssh/id_ed25519.pub? > > I would look at the contents of ~/.ssh and see if there are multiple id* files. The one you want to supply to ssh-add is the one without the .pub at the end. -wes _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
