miquella / vaulted

Spawning and storage of secure environments
MIT License
254 stars 30 forks source link

Explore handling of SSHOptions as an embedded struct #193

Open ryan-norton opened 4 years ago

ryan-norton commented 4 years ago

To avoid the current case where we have to ensure we are checking the SSHOptions struct nil case wherever we use it, we may want to refactor this to embed the struct in directly, rather than leaving it a separate object.