Use repository Git remotes and SSH config
Some checks failed
Dependency security audit / rustsec (push) Has been cancelled
Some checks failed
Dependency security audit / rustsec (push) Has been cancelled
This commit is contained in:
@@ -92,8 +92,10 @@ ssh_agent_socket = "/run/user/1000/ssh-agent.socket"
|
||||
```
|
||||
|
||||
Private-key passphrases are stored by fingerprint in the operating-system
|
||||
secret store and never appear in TOML. IronStorage does not read OpenSSH
|
||||
configuration, try additional keys, prompt for passwords or
|
||||
secret store and never appear in TOML. Desktop builds obtain remotes from the
|
||||
password-store repository and honor the connection-only `Host`, `HostName`,
|
||||
`User`, `Port`, and `IdentityFile` directives in `~/.ssh/config`. IronStorage
|
||||
does not try additional keys, prompt for passwords or
|
||||
keyboard-interactive authentication, launch an agent, or invoke proxy/helper
|
||||
commands. The normal CLI, TUI, and desktop builds enable the storage `ssh`
|
||||
feature, so the same configuration drives
|
||||
|
||||
Reference in New Issue
Block a user