Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix wrong ssh-keyscan usage #254

Merged
merged 1 commit into from
Apr 2, 2024
Merged

doc: fix wrong ssh-keyscan usage #254

merged 1 commit into from
Apr 2, 2024

Conversation

oluceps
Copy link
Contributor

@oluceps oluceps commented Apr 2, 2024

ssh-keyscan seems doesn't accept the format user@address.
See https://man.openbsd.org/ssh-keyscan.1

Copy link
Collaborator

@cole-h cole-h left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed:

$ ssh-keyscan root@localhost
getaddrinfo root@localhost: Name or service not known
^C                                                        

$ ssh-keyscan localhost
# localhost:22 SSH-2.0-OpenSSH_9.7
[..snip..]

@cole-h cole-h merged commit 1381a75 into ryantm:main Apr 2, 2024
4 checks passed
@oluceps oluceps deleted the fix-doc branch April 3, 2024 15:58
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.

2 participants