All Versions
13
Latest Version
Avg Release Cycle
132 days
Latest Release
1024 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.10.0 Changes
June 10, 2020 -
v2.9.3 Changes
June 07, 2020 -
v2.9.2 Changes
June 07, 2020 -
v2.9.0 Changes
March 24, 20202.9.0 (2020-03-24)
- โ Remove invalid warn (#283)
- Avoid double-connection when having chained gateways (#285) by @4wrxb
- โ Add
GatewayConnectTimeout
option (#289) - ๐ Fix hook parsing to support
{{.}}
(#297) by @ahhx - ๐ Support inherits on regex hosts (#298) by @alenn-m
- ๐จ Print version in
assh info
- Switch to go modules
- Switch go moul.io/assh canonical domain
- ๐ Move changelog to its own file
- ๐ Switch to golangci-lint for linting
- ๐ Move old webapp to contrib
- Cleanup old files
- โฌ๏ธ Bump deps
- ๐ฒ Switch to go.uber.org/zap for logging
-
v2.8.0 Changes
July 03, 2018- โ Add more shell propositions for the 'exec' hook (#254)
- ๐ Support SSH tokens and ~ expansion in ControlPaths (#276) by @stk0vrfl0w
- Ensure ControlPath directories are properly created when using syntax such as "ssh host1/host2" (#276) by @stk0vrfl0w
- ๐ Change panic() to a warning statement when removing the temporary file. Since delete is deferred,
the config file should have already been renamed and would no longer exist (#276) by @stk0vrfl0w - ๐ Fix check when ControlPath is empty, to avoid creating control socket directory in some cases (#281) by @frezbo
-
v2.7.0 Changes
October 24, 2017- Automatically detect available shell when using the 'exec' hook (#254)
- ๐ฒ Automatically detect if
-q
is passed to the parent ssh process to disable logging (#253) by @cao - โ Add a new
%g
(gateway) parameter toResolveCommand
andProxyCommand
(#247 - ๐ Fix panic on particular
assh.yml
files - ๐ Fix build issue on OSX (#238 by @jcftang)
- Rewrite .ssh/config file atomically (#215)
- ๐ Support inheritance links in Graphviz (#235)
- ๐ Support wildcards in Graphviz config export (#228)
- ๐ Fix error message on first config build (#230)
- ๐ Fix NetBSD, FreeBSD and Windows builds (#182)
- โ Add RateLimit support (#65)
- โ Add possibility to disable automatic configuration rewrite (#239)
- โ Add
BeforeConfigWrite
andAfterConfigWrite
new hooks (#239) - Generate full assh binary path in ~/.ssh/config (#148)
- ๐ Initial version of
assh ping
command
-
v2.6.0 Changes
February 03, 2017- ๐ Support
UseKeychain
option (#189) (@ocean90) - ๐ Support
ConnectTimeout
option (#132) .ssh/config
: Wrap long comments to avoid syntax errors (#191)- ๐ Fix integers output in
assh config list
(#181) - ๐ Initial graphviz support (#32)
- โ Remove case-sensitivity for
Inherits
andGateways
(#178) - Loads hosts from
~/.ssh/assh_known_hosts
file when callingassh config build
, can be ignored using--ignore-known-hosts
(#178) - โ Add
assh config graphviz --show-isolated-hosts
flag - ๐ Fix nil dereference when calling
assh config serach
without providing needle - โ Add sprig helpers to the template engine (#206)
- ๐ Improve readability of
assh config list
(#203) - โ Add support for the
AddKeysToAgent
key (#210) (@bachya) - ๐ OpenBSD support (#182)
- ๐ Improve hostname output in
assh config list
(#204) - ๐ Support for inline comments (#34)
- ๐ Initial support of values validation to avoid writing invalid .ssh/config file (#92)
- Alpha version of the webapp (#69)
- ๐ Support
-
v2.5.0 Changes
January 04, 2017- ๐ Support multiple string arguments of the same type on
assh wrapper ssh
(#185) - โ Remove the
NoControlMasterMkdir
option, and add theControlMasterMkdir
option instead (#173) - Accepting string or slices for list options (#119)
- โ Add new
PubkeyAcceptedKeyTypes
OpenSSH 7+ field (#175) - ๐ง Gracefully report an error when calling assh without configuration file (#171)
- ๐ Fix
written bytes
calculation (@quentinperez) - โ Add template functions:
json
,prettyjson
,split
,join
,title
,lower
,upper
- ๐ Support of
BeforeConnect
,OnConnect
,OnConnectError
andOnDisconnect
hooks - ๐ Support of
write
,notify
andexec
hook drivers - โ Add
assh config json
command - โ Add
assh config {build,json} --expand
option - Round the hook's
ConnectionDuration
variable value
- ๐ Support multiple string arguments of the same type on
-
v2.4.1 Changes
July 19, 2016- ๐ Fix panic in
assh wrapper
(#157)
- ๐ Fix panic in