noports_core 6.9.0
noports_core: ^6.9.0 copied to clipboard
Core library code for sshnoports
6.9.0 #
- feat: add support for config file to sshnpd
- feat: add support for password-protected atKeys to sshnp, npt, sshnpd, srvd
- fix: normalize atSign before constructing defaultAtKeysFilePath
6.8.1 #
- build(deps): at_client -> 3.8.0, at_cli_commons -> 3.0.0
6.8.0 #
- feat: Enable npt clients to choose which local IP address to bind to,
supporting both ipv4 and ipv6, and defaulting to
localhoston ipv4/ipv6 as per the host's preference
6.7.0 #
- build(deps): Remove dependency on fork of args package. Output alias info explicitly via the option's or flag's help text.
6.6.1 #
- fix: better srvd exception handling
6.6.0 #
- feat: twin keys for control socket and data sockets
- fix: enable daemons and policy service to use the same atSign
6.5.0 #
- feat: New ESCR (Encrypted Signed Challenge-Response) relay socket authentication
- feat: Ability to have relay sessions where both sides are connecting to port 443
- feat: Ability to send heartbeats over the npt control socket to let network intermediaries know that it is active.
6.4.0 #
- feat: have srvd use ephemeral local storage for its AtClient by default
- feat: have srvd listen for PublicKeyChanged events
6.3.0 #
- feat: enable multiple instances of relays for load balancing and resilience
6.2.1 #
- fix: multiple enhancements for stability of
nptunder heavy concurrent load
6.2.0 #
- feat: allow hyphens in device name
6.1.1 #
- build[deps]: upgrade:
at_client to 3.2.2 | at_onboarding_cli to 1.6.4 | at_utils to 3.0.19 | at_commons to 5.0.0
6.1.0 #
- feat: npt: added 'keep-alive' flag, and an adjustable session timeout (#1110)
- fix: sshnpd: ensure required directories exist (#1139)
- feat: all: set a 1-minute ttln (notification time-to-live) (#1095)
- feat: sshnp: No double ssh when sockets are encrypted (#1090)
- feat: sshnpd: make daemon storage location map to its device name (#1080)
- feat: sshnpd: add more type validation for session requests (#1063)
- fix: sshnp: various arg parsing issues (#1047)
- feat: sshnpd: add '--sshpublickey-permissions' option (#1004)
- fix: sshnpd,sshnp,npt: better error message if srv binary can't be located (#988)
6.0.7 #
- feat: include allowed services in device ping
- chore: deprecate -h and --host in favor of -r and --srvd
- feat: allow --list-devices to work without requiring -t or -r
6.0.6 #
- feat: SrvImplDart: supply a logger to SocketConnector so that the Srv can control what happens with any log messages that SocketConnector emits
6.0.5 #
- fix: Strict validation of device name as alphanumeric snake case
- feat: Increase device name max length from 15 to 36
6.0.4 #
- build: upgrade at_chops dependency to ^2.0.0
6.0.3 #
- chore: downgrade at_commons dependency from ^4.0.1 to ^4.0.0
- chore: downgrade at_client dependency from ^3.0.75 to ^3.0.73
- chore: downgrade at_chops dependency from ^2.0.0 to ^1.0.7
6.0.2 #
- chore: Uptake at_commons ^4.0.1 (was ^3.0.56)
- fix: lint errors related to the new version of at_commons
- chore: make SrvImpl throw an SshnpError instead of an Exception
6.0.1 #
- fix: ensure that directories for key creation exist before trying to create them
- fix: ensure that temporary keys are deleted after use
- ci: add srv.exe to the release on Windows
6.0.0 #
- Added ability to authenticate to the socket rendezvous, and made this the default behaviour.
- Added ability to end-to-end encrypt all traffic via the socket rendezvous ( SR), and made this the default behaviour. This provides a good general defense against compromise by man-in-the-middle attacks if the two ends are communicating via the SR. The encryption is implemented by exchanging a symmetric key via an ephemeral encryption keypair generated by the client for every session.
- Added ability to "ping" a daemon for info about it, including which features the daemon supports.
- By default, sshnp now immediately drops into a prompt for clients that don't
support sshnp.canRunShell().
-xflag allows the ssh command to be output instead of executing ssh immediately. - Renamed everything sshrvd and sshrv to srvd and srv respectively
5.0.4 #
- refactor: move the
findLocalPortIfRequiredfunction toEphemeralPortBinder, a mixin onSshnpCore - fix: call
callFindLocalPortIfRequiredduring the initialization of the unsigned sshnp client
5.0.3 #
- feat: Add
--storage-pathoption to sshnpd to allow users to specify where it keeps any locally stored data
5.0.2 #
- fix: Add more supported ssh public key types to the send ssh public key filters for sshnpd.
5.0.1 #
- fix: Add more supported ssh public key types to the send ssh public key filters for sshnp.
5.0.0 #
- BREAKING CHANGE fix: changed
list-devicesarg from String option to boolean flag.
4.0.1 #
- fix(Pure Dart SSH client): send a keep alive to the server to prevent SSHAuthAbortError
4.0.0 #
- Initial release