Releases: bleepbloopsify/session-manager-plugin
Arm64 compatible version of the plugin
This is a bundle for the arm64 version of the plugin, intended for use on macos.
You have my express permission to do whatever you want with this zip file, including redistributing it. (but please link back to here so people get the up-to-date version).
Status quo:
Aws instructions for installing
^If you follow those, the curl will download the amd64 release, which doesn't work on M1 chips.
This release does.
Usage:
- Download sessionmanager-bundle.zip below.
unzip sessionmanager-bundle.zip
sudo ./sessionmanager-bundle/install -i /usr/local/sessionmanagerplugin -b /usr/local/bin/session-manager-plugin
^Yeah, theres a sudo there.
To replicate this release:
- clone this branch on my repo
- comment out the
checkstyle.sh
at the top of the makefile (newer versions of gofmt are very unhappy with this repo) make package-darwin-arm64
- the bundle will be at
bin/darwin_arm64_plugin/sessionmanager-bundle.zip
. - do the same thing as above!
Sha for zipfile on my computer: shasum sessionmanager-bundle.zip -> e895e03db4153cbb42ec3a91ee777657c06f5eca sessionmanager-bundle.zip
Hope this helps!
(BTW if you want ssh to auto do things, heres a hack by AWS!: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html)