Opened 15 years ago
Closed 15 years ago
#26 closed enhancement (fixed)
add ssh keys to host option
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.9 |
Component: | Client | Keywords: | |
Cc: |
Description (last modified by )
If the account has an SSH key defined, we can just add it to the list of authorized keys on the server rather than storing the password.
shifter_add_key SHIFTER_KEY, SSH_KEY
This is the public key, so we need the UI widgets to point to the public key as well as private key.
Windows keys generated by puttygen.exe must be converted on the server via "ssh-keygen -i"
Change History (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
done in r1343