Trying to find out why rvc fails when password has odd characters? I am calling it from bash
read -r -s -p Password: _pass
rvc "$_user":"$_pass"@vcenter.example.com give the following error
Failed to parse URI "asifqwest:@vctr-01.example.net": bad component(expected user component):
Looks like it breaks with certain passwords?
Trying to find out why rvc fails when password has odd characters? I am calling it from bash
read -r -s -p Password: _pass
rvc "$_user":"$_pass"@vcenter.example.com give the following error
Failed to parse URI "asifqwest:@vctr-01.example.net": bad component(expected user component):
Looks like it breaks with certain passwords?