You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when ssh agent is used, one of the keys added to the ssh agent is used
Current behaviour
when ssh agent is used, ~/.ssh/id_rsa is used instead of one the keys added to the agent
To Reproduce
eval (ssh-agent -s)
ssh-add /Users/andrea/.ssh/key_other_than_id_rsa
k3sup install --host=192.168.0.5 --user=andrea
Running: k3sup install
2025/02/20 21:26:31 192.168.0.5
Public IP: 192.168.0.5
Error: unable to load the ssh key with path "/Users/andrea/.ssh/id_rsa": unable to read file: /Users/andrea/.ssh/id_rsa, open /Users/andrea/.ssh/id_rsa: no such file or directory
Expected behaviour
when ssh agent is used, one of the keys added to the ssh agent is used
Current behaviour
when ssh agent is used,
~/.ssh/id_rsa
is used instead of one the keys added to the agentTo Reproduce
Screenshots / console output
See above
Versions:
Git Commit: 752c22a
Additional context
looking at the repo on how the ssh-agent setup works, this should be supported and working on bash, what do I miss? :)
The text was updated successfully, but these errors were encountered: