Advanced-ssh-config

Latest version: v1.1.0

Safety actively analyzes 621876 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.6.0

- Support `UseKeychain` option ([189](https://github.com/moul/advanced-ssh-config/pull/189)) ([ocean90](https://github.com/ocean90))
- Support `ConnectTimeout` option ([132](https://github.com/moul/advanced-ssh-config/issues/132))
- `.ssh/config`: Wrap long comments to avoid syntax errors ([191](https://github.com/moul/advanced-ssh-config/issues/191))
- Fix integers output in `assh config list` ([181](https://github.com/moul/advanced-ssh-config/issues/181))
- Initial graphviz support ([32](https://github.com/moul/advanced-ssh-config/issues/32))
- Remove case-sensitivity for `Inherits` and `Gateways` ([178](https://github.com/moul/advanced-ssh-config/issues/178))
- Loads hosts from `~/.ssh/assh_known_hosts` file when calling `assh config build`, can be ignored using `--ignore-known-hosts` ([178](https://github.com/moul/advanced-ssh-config/issues/178))
- Add `assh config graphviz --show-isolated-hosts` flag
- Fix nil dereference when calling `assh config serach` without providing needle
- Add [sprig](https://github.com/Masterminds/sprig) helpers to the template engine ([206](https://github.com/moul/advanced-ssh-config/issues/206))
- Improve readability of `assh config list` ([203](https://github.com/moul/advanced-ssh-config/issues/203))
- Add support for the `AddKeysToAgent` key ([210](https://github.com/moul/advanced-ssh-config/pull/210)) ([bachya](https://github.com/bachya))
- OpenBSD support ([182](https://github.com/moul/advanced-ssh-config/issues/182))
- Improve hostname output in `assh config list` ([204](https://github.com/moul/advanced-ssh-config/issues/204))
- Support for inline comments ([34](https://github.com/moul/advanced-ssh-config/issues/34))
- Initial support of values validation to avoid writing invalid .ssh/config file ([92](https://github.com/moul/advanced-ssh-config/issues/92))
- Alpha version of the webapp ([69](https://github.com/moul/advanced-ssh-config/issues/69))

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.5.0...v2.6.0)

2.5.0

- Support multiple string arguments of the same type on `assh wrapper ssh` ([185](https://github.com/moul/advanced-ssh-config/issues/185))
- Remove the `NoControlMasterMkdir` option, and add the `ControlMasterMkdir` option instead ([173](https://github.com/moul/advanced-ssh-config/issues/173))
- Accepting string or slices for list options ([119](https://github.com/moul/advanced-ssh-config/issues/119))
- Add new `PubkeyAcceptedKeyTypes` OpenSSH 7+ field ([175](https://github.com/moul/advanced-ssh-config/issues/175))
- Gracefully report an error when calling assh without configuration file ([171](https://github.com/moul/advanced-ssh-config/issues/171))
- Fix `written bytes` calculation ([quentinperez](https://github.com/quentinperez))
- Add template functions: `json`, `prettyjson`, `split`, `join`, `title`, `lower`, `upper`
- Support of `BeforeConnect`, `OnConnect`, `OnConnectError` and `OnDisconnect` hooks
- Support of `write`, `notify` and `exec` hook drivers
- Add `assh config json` command
- Add `assh config {build,json} --expand` option
- Round the hook's `ConnectionDuration` variable value

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.4.1...v2.5.0)

2.4.1

- Fix panic in `assh wrapper` ([157](https://github.com/moul/advanced-ssh-config/issues/157))

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.4.0...v2.4.1)

2.4.0

- Add a control socket manager `assh sockets {list,flush,master}` ([152](https://github.com/moul/advanced-ssh-config/pull/152))
- Add a `assh --config=/path/to/assh.yml` option
- Add storm-like `assh config list` and `assh config search {keyword}` commands ([151](https://github.com/moul/advanced-ssh-config/pull/151))
- Add an optional `ASSHBinaryPath` variable in the `assh.yml` file ([148](https://github.com/moul/advanced-ssh-config/issues/148))
- Rename `assh proxy -> assh connect`
- Hide `assh connect` and `assh wrapper` from the help
- Support built-in ssh netcat mode, may fail with older SSH clients ([146](https://github.com/moul/advanced-ssh-config/issues/146))

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.3.0...v2.4.0)

2.3.0

- Add wrapper and `known_hosts` support to handle _advanced patterns_ ([122](https://github.com/moul/advanced-ssh-config/issues/122))
- Add build information in .ssh/config header ([49](https://github.com/moul/advanced-ssh-config/issues/49))
- Add Autocomplete support ([48](https://github.com/moul/advanced-ssh-config/issues/48))
- Initial `Aliases` support ([133](https://github.com/moul/advanced-ssh-config/issues/133))
- Use args[0] as ProxyCommand ([134](https://github.com/moul/advanced-ssh-config/issues/134))
- Add `NoControlMasterMkdir` option to disable automatic creation of directories for gateways ([124](https://github.com/moul/advanced-ssh-config/issues/124))
- Fix: Allow `$(...)` syntax in the `ResolveCommand` function ([117](https://github.com/moul/advanced-ssh-config/issues/117))
- Printing the error of a failing `ResolveCommand` ([117](https://github.com/moul/advanced-ssh-config/issues/117))
- Fix: `Gateways` field is no longer ignored when the `HostName` field is present ([102](https://github.com/moul/advanced-ssh-config/issues/102))
- Ignore SIGHUP, close goroutines and export written bytes ([112](https://github.com/moul/advanced-ssh-config/pull/112)) ([QuentinPerez](https://github.com/QuentinPerez))
- Various documentation improvements ([ashmatadeen](https://github.com/ashmatadeen), [loliee](https://github.com/loliee), [cerisier](https://github.com/cerisier))
- Support of new SSH configuration fields (`AskPassGUI`, `GSSAPIClientIdentity`, `GSSAPIKeyExchange`, `GSSAPIRenewalForcesRekey`, `GSSAPIServerIdentity`, `GSSAPITrustDns`, `KeychainIntegration`)

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.2.0...v2.3.0)

2.2.0

- Avoid exiting when an included file contains errors ([95](https://github.com/moul/advanced-ssh-config/issues/95))
- Anonymize paths in `assh info`
- Support of `assh proxy --dry-run` option
- Fix: do not resolve variables in hostnames twice ([103](https://github.com/moul/advanced-ssh-config/issues/103))

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.1.0...v2.2.0)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.