diff options
Diffstat (limited to 'ssh/keys.go')
| -rw-r--r-- | ssh/keys.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh/keys.go b/ssh/keys.go index a035956..47a0753 100644 --- a/ssh/keys.go +++ b/ssh/keys.go @@ -1490,6 +1490,7 @@ type openSSHEncryptedPrivateKey struct { NumKeys uint32 PubKey []byte PrivKeyBlock []byte + Rest []byte `ssh:"rest"` } type openSSHPrivateKey struct { |
