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
We often define the SSH access configuration in the SSH config file (f.e. in ~/.ssh/config):
Host my-prod
Hostname x.x.x.x
User debian
In such cases, we can connect to the server with only ssh my-prod. But unless I'm wrong, this is not possible at the moment as the user argument is always mandatory in spatie/ssh.
Would it be possible to make it optional? I could give it a try if you would accept such a PR 🙂
The text was updated successfully, but these errors were encountered:
We often define the SSH access configuration in the SSH config file (f.e. in
~/.ssh/config
):In such cases, we can connect to the server with only
ssh my-prod
. But unless I'm wrong, this is not possible at the moment as theuser
argument is always mandatory in spatie/ssh.Would it be possible to make it optional? I could give it a try if you would accept such a PR 🙂
The text was updated successfully, but these errors were encountered: