I've come across using a value separated by a colon after the user in a connection string, e.g. sftp user:abc@hostname. Can anyone tell me what it should do?
I haven't been able to figure it out by using it, and googling for it just turns up the use of a colon after the server to specify a path to cd to.
ssh foo:bar@host
I get promptfoo:bar@host's password:
– Martin Prikryl Nov 21 '19 at 13:40