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…
	
		Reference in New Issue
	
	Block a user