We don't return public keys

This commit is contained in:
DaneEveritt 2022-05-15 16:41:26 -04:00
parent 1927a59cd0
commit 5df1acd10e
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -87,7 +87,6 @@ type SftpAuthRequest struct {
// user for the SFTP subsystem.
type SftpAuthResponse struct {
Server string `json:"server"`
PublicKeys []string `json:"public_keys"`
Permissions []string `json:"permissions"`
}