-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
- Using
report.ssh_key()for private keys in my tomegrab_sshkeysalways displays it in the hosts tab with no wrapping, causing it to go way off the screen when hidden. I have to scroll all the way to the right just to click the unhide button.
Used with (sample):
content = file.read("/root/.ssh/id_rsa")
report.ssh_key("root", content)
- Additionally, when viewed, it's not formatted in a generic private ssh key manner. When you copy+paste it into vim for example, it comes out all together separated by spaces instead of in a normal ssh key format. This forces the end user to split it by spaces and format the key themselves, costing time when grabbing many ssh private keys. I shouldn't have to do a bunch of
.split()s and string manip to get a key that I can copy from Realm's Hosts tab.
- When pasted into vim:
Describe the solution you'd like
- Wrapping for the
Secrettab in Hosts whether content is shown or hidden by asterisks. - Support for formatting ssh keys, whether it be a separate function in eldritch or automatically.
- Should be a copy button for credentials that copies them in a way that they can be pasted into a terminal. (ex. pasting an ssh key into vim for use)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request