Amrit Upreti

Results 2 issues of Amrit Upreti

type Image struct { images.Image SizeBytes int64 `json:"size_bytes"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` } func getImages(cloudName string) []Image { ctx := context.Background() imageClient, err := client.GetImageClient(cloudName) if err !=...

### Summary When providing RSA private keys (especially in single-line format or missing proper PEM line breaks), the `_get_pkey_object` method fails with `paramiko.SSHException`, even for valid keys. ### Environment -...