-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: sshnpd: add --storage-path option #650
Conversation
… funtion in validation_utils.dart
…ePath to createAtClientCli function
…esystem for caching PKs
…published (as it is part of this PR also)
…ause multibuild is failing with `Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run` which looks like a known breaking change in v4.0.0 of upload-artifact
@cconstab please can you re-review when you get a moment - thanks! |
We used to have the files in a temp directory so you could run concurrent sshnp without box problems. Just looking at the change here have we lost that or am I missing something ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We used to have these files in a temp directory so you could run concurrent sshnp without hive box problems. Just looking at the change here have we lost that or am I missing something ?
This is a change to sshnpd, not sshnp |
But that sshnp feature may well have vanished sometime in the past few months |
- What I did
- How I did it
- How to verify it
bin/sshnpd -a @daemonAtSign -m @clientAtSign -d mbp -v -s -u --storage-path ./sshnpd_storage/@daemonAtSign
bin/sshnp -f @clientAtSign -t @daemonAtSign -d mbp -i ~/.ssh/noports -h @rv_eu -s noports.pub -u @USER --idle-timeout 30 --ssh-client dart
- Description for the changelog
feat: sshnpd: add --storage-path option