Functions§
- agent_
public_ keys - default_
private_ key_ candidates - default_
public_ key_ candidates - detect_
identity - discover_
ssh_ key_ files - Scan
~/.ssh/for all files ending in.pubthat have a corresponding private key file (same path without.pub). Returns(private, public)pairs. - identity_
files_ from_ ssh_ config - Parse
~/.ssh/configand extract allIdentityFiledirective values. Expands leading~and~/to the user’s home directory. - private_
keys_ matching_ agent - unwrap_
repo_ key_ from_ wrapped_ files - unwrap_
repo_ key_ with_ agent_ helper - well_
known_ public_ key_ paths - Returns only the well-known standard public key paths (
id_ed25519.pub,id_rsa.pub). Use this when auto-adding recipients duringinit– we don’t want to silently add every key in~/.ssh/as a recipient.