Skip to content

Conversation

srieteja
Copy link

@srieteja srieteja commented Oct 14, 2025

Closes #1465
- What I did

  • Added 'passPhrase' arg to the following arg parsers: 1) sshnp 2) sshnpd 3) srvd
  • Inject the above mentioned passPhrase to AtOnboardingCLI instance whenever present
  • Normalize atsign before constructing defaultAtKeysFilePath

- How to verify it

  • Provide a passphrase-encrypted atKeys file and its passphrase to sshnp/sshnpd/srvd to use them as usual
  • Has been manually verified to be working

- Description for the changelog

feat: Consume atkeys pass-phrase changes in noports

sitaram-kalluri and others added 6 commits December 4, 2024 09:40
…fatkeys-files

# Conflicts:
#	packages/dart/noports_core/lib/src/srvd/srvd_params.dart
#	packages/dart/noports_core/lib/src/sshnp/models/sshnp_arg.dart
#	packages/dart/noports_core/lib/src/sshnp/models/sshnp_params.dart
#	packages/dart/noports_core/lib/src/sshnpd/sshnpd_params.dart
#	packages/dart/noports_core/pubspec.yaml
#	packages/dart/sshnoports/bin/npt.dart
#	packages/dart/sshnoports/bin/srvd.dart
#	packages/dart/sshnoports/bin/sshnp.dart
#	packages/dart/sshnoports/bin/sshnpd.dart
#	packages/dart/sshnoports/lib/src/create_at_client_cli.dart
#	packages/dart/sshnoports/pubspec.yaml
@srieteja srieteja marked this pull request as draft October 19, 2025 22:30
@srieteja srieteja changed the title fix: Consume password protected atKeys file changes feat: Consume atkeys pass-phrase changes in noports Oct 20, 2025
@srieteja srieteja marked this pull request as ready for review October 20, 2025 15:09
@srieteja srieteja requested review from XavierChanth and gkc and removed request for gkc October 20, 2025 15:32
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.

Add optional parameter to pass "pass-phrase" along with atKeys filepath to decrypt the password protected atKeys file

2 participants