Skip to content

Remove stale mosh1 hint from mosh's error message#2269

Open
alvarofranz wants to merge 1 commit into
blinksh:rawfrom
alvarofranz:fix/mosh-error-mosh1
Open

Remove stale mosh1 hint from mosh's error message#2269
alvarofranz wants to merge 1 commit into
blinksh:rawfrom
alvarofranz:fix/mosh-error-mosh1

Conversation

@alvarofranz

@alvarofranz alvarofranz commented Jun 25, 2026

Copy link
Copy Markdown

This PR is a tiny error-message fix:

Use mosh1 for the deprecated (previous) mosh version.

mosh1 has since been removed, so this points users at a command that no longer exists. Reported in #2254 and confirmed by @carloscabanero in the thread:

Yep, the commands have been removed. I forgot to update the message and the release notes.

This drops that single line from mosh's die(), so a failed connection no longer references the removed command. No other behavior changes.

Fixes #2254

mosh1 was removed, but mosh still tells users to "Use mosh1 for the
deprecated (previous) mosh version." when a connection fails. Drop that
line so the error no longer references a command that's gone.

Fixes blinksh#2254
@carloscabanero

Copy link
Copy Markdown
Member

Thanks for all these fixes @alvarofranz!! I will start merging now. Is there any reason why you closed all of them?

@alvarofranz

Copy link
Copy Markdown
Author

@carloscabanero I noticed the project is kinda stale and there are many things I want to change in a different direction. So started a fresh fork with many breaking changes without having to break or drastically change what you already built here. But if you are interested we can coordinate, I can share my vision if you like! Thanks Carlos!

@alvarofranz alvarofranz reopened this Jun 29, 2026
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.

Mosh error message references mosh1, which is not present

2 participants