mirror of
https://github.com/pterodactyl/wings.git
synced 2025-12-11 11:05:00 -06:00
We don't return public keys
This commit is contained in:
parent
1927a59cd0
commit
5df1acd10e
@ -87,7 +87,6 @@ type SftpAuthRequest struct {
|
|||||||
// user for the SFTP subsystem.
|
// user for the SFTP subsystem.
|
||||||
type SftpAuthResponse struct {
|
type SftpAuthResponse struct {
|
||||||
Server string `json:"server"`
|
Server string `json:"server"`
|
||||||
PublicKeys []string `json:"public_keys"`
|
|
||||||
Permissions []string `json:"permissions"`
|
Permissions []string `json:"permissions"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user