We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This command is fine, as long as you're using standard SSH ports, or have the port configured in ssh_config:
ssh_config
sspak save [email protected]:www something.sspak
However, you sometimes want to specify a custom port. A 2nd colon with a number after the server address should be sufficient:
sspak save [email protected]:2222:www something.sspak
As long as we can assume that "2222:www" isn't a legal filename...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This command is fine, as long as you're using standard SSH ports, or have the port configured in
ssh_config
:However, you sometimes want to specify a custom port. A 2nd colon with a number after the server address should be sufficient:
As long as we can assume that "2222:www" isn't a legal filename...
The text was updated successfully, but these errors were encountered: