Open
Description
When someone uses a Yubikey to for their SSH key or when someone doesn't use ssh-agent, there are currently 4 distinct SSH connections, one in a first step and then 3 in a row:
๐ โน๏ธ [deploy] [INFO] Building profile `system` for node `XX`
warning: Git tree '/home/steven/projects/XX' is dirty
Enter passphrase for key '/home/steven/.ssh/XXXX':
๐ โน๏ธ [deploy] [INFO] Activating profile `system` for node `XX`
๐ โน๏ธ [deploy] [INFO] Creating activation waiter
Enter passphrase for key '/home/steven/.ssh/XXXX':
Enter passphrase for key '/home/steven/.ssh/XXXX':
Enter passphrase for key '/home/steven/.ssh/XXXX':
๐ โน๏ธ [wait] [INFO] Waiting for confirmation event...
It might be the case that the latter 3 could be bundled into a single SSH command.