pub fn set_user(host: &str, user: &str) -> Result<(), GorError>
Store the authenticated user’s login name for the given host.
Returns GorError::Keyring if the file cannot be written.
GorError::Keyring