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

SSH does not support "ssh -l login name" #1981

Closed
3 tasks done
ctschach opened this issue Feb 29, 2024 · 3 comments
Closed
3 tasks done

SSH does not support "ssh -l login name" #1981

ctschach opened this issue Feb 29, 2024 · 3 comments
Labels
bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions.

Comments

@ctschach
Copy link

ctschach commented Feb 29, 2024

Checklist

Configuration

Latest iOS version downloaded from the App Store...

Describe the bug

If you look at the possible parameters for ssh on various unix distributions, you'll always see that there always:

ssh [-l login_name]

The current version of ssh used in blink only support the

ssh [email protected]

approch. However, for compatibility aspects it would be great to also support parameters like:

ssh domain.com -l username

@ctschach ctschach added the bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions. label Feb 29, 2024
@carloscabanero
Copy link
Member

We do have that flag and it is used in some configurations. Can you do ssh -l <user> -G <host> and check what the configured output is?

image

@ctschach
Copy link
Author

ctschach commented Mar 4, 2024

Oh, you are right. Looks like I was running an older version. My fault. After updating to the latest from the App Store, I can now also use the "-l" version.

Thank and sorry....

@ctschach ctschach closed this as completed Mar 4, 2024
@carloscabanero
Copy link
Member

carloscabanero commented Mar 4, 2024

No worries, that's what we are here for.

PS: It looks like you triggered a bug with parameters at the end of the command (due to a change in the Swift arguments parser). New versions should allow you to have parameters everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions.
Projects
None yet
Development

No branches or pull requests

2 participants