Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

"credulous save" could be a bit less naïve about what your public key is called #32

@ajc

Description

@ajc
% credulous save
saving credentials for blahblahblah@some-account
ERROR: open /Users/blahblabblah/.ssh/id_rsa.pub: no such file or directory

Well, no. I don't have any keys with that filename, but my .ssh/config file has:

Host *
  IdentityFile ~/.ssh/id_rsa_abc
  IdentityFile ~/.ssh/id_rsa_xyz

...one of which has a matching .pub on disk.

I figure this is pretty low priority in the scheme of things, but it's an example of an "I just downloaded it and tried to run it and it didn't work as expected" issue.

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions