Opened 10 years ago
Closed 10 years ago
#1814 closed enhancement (fixed)
Add SSH public key or fingerprint field to FileServer
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The FileServer items currently has support for X.509 certificates which is ok if connecting to HTTPS servers (and maybe also secure FTP servers), but not if connecting to servers via SCP/SSH or SFTP. For this we need to at least store the SSH fingerprint so that the remote server can be validated.
Note:
See TracTickets
for help on using tickets.
(In [6489]) Fixes #1814: Add SSH public key or fingerprint field to FileServer