pub fn get_user(host: &str) -> Result<Option<String>, GorError>
Retrieve the stored user login for the given host.
Returns GorError::Keyring if the file cannot be read.
GorError::Keyring