forked from Lainports/freebsd-ports
This adds support for "sessions", aka. creating a remote shell via the Agent. In order to support this, an "ssm-user" account is created when the package is installed; we create this via pkg-install rather than the USERS= / UIDs functionality, since ssm-user needs to be in wheel and needs to have a home directory. Thanks to: Alexey Milevsky
8 lines
220 B
Go
8 lines
220 B
Go
--- agent/version/version.go.orig 2019-05-08 20:19:03 UTC
|
|
+++ agent/version/version.go
|
|
@@ -19,4 +19,4 @@
|
|
package version
|
|
|
|
// Version is the version of the Agent
|
|
-const Version = "2.3.0.0"
|
|
+const Version = "2.3.612.0"
|