You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sh setup_openssh_for_windows_only.sh
ssh-keygen: generating new host keys: RSA ECDSA ED25519
The user name could not be found.
More help is available by typing NET HELPMSG 2221.
The command completed successfully.
cygrunsrv: Error removing a service: OpenService: Win32 error 1060:
The specified service does not exist as an installed service.
The MSYS2 sshd service is starting.
The MSYS2 sshd service was started successfully.
it 'somehow' call ssh-keygen, but I don't see any line in the script that execute ssh-keygen, I just saw it on sanity check, is it called implicitly? I tried to learn how the script works under the hood.
it also shows a message that looks like an error but the script seems work just fine at the end of the script.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I read the wiki page on setting up sshd daemon, here's the output of the script:
it 'somehow' call ssh-keygen, but I don't see any line in the script that execute
ssh-keygen
, I just saw it on sanity check, is it called implicitly? I tried to learn how the script works under the hood.it also shows a message that looks like an error but the script seems work just fine at the end of the script.
Beta Was this translation helpful? Give feedback.
All reactions