Skip to content

Conversation

@holiman
Copy link
Contributor

@holiman holiman commented Jan 8, 2021

This PR makes the ssh connection sequential. This is important in the case where user feedback is needed, e.g. when the ssh key is password protected.

With this PR:

INFO [01-08|11:24:53.385] Administering Ethereum network           name=rinkeby
INFO [01-08|11:24:53.387] Dialing previously configured server     server=karalabe:[email protected]
What's the decryption password for /home/user/.ssh/id_rsa_2017? (won't be echoed)
>
INFO [01-08|11:25:00.430] Dialing previously configured server     server=karalabe:[email protected]
What's the decryption password for /home/user/.ssh/id_rsa_2017? (won't be echoed)
>
INFO [01-08|11:25:06.580] Starting remote server health-check      server=karalabe:[email protected]
INFO [01-08|11:25:06.580] Starting remote server health-check      server=karalabe:[email protected]

Without this PR:

What's the decryption password for /home/user/.ssh/id_rsa_2017? (won't be echoed)
>What's the decryption password for /home/user/.ssh/id_rsa_2017? (won't be echoed)
>

The health-check-phase is still performed in parallel.

@holiman holiman force-pushed the wizard_ssh_paralell branch from f780217 to 8532f36 Compare November 2, 2021 10:08
@holiman holiman added this to the 1.10.12 milestone Nov 2, 2021
@holiman holiman merged commit f49e90e into ethereum:master Nov 2, 2021
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Nov 2, 2021
@holiman holiman deleted the wizard_ssh_paralell branch November 10, 2021 18:32
yongjun925 pushed a commit to DODOEX/go-ethereum that referenced this pull request Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants