github genuinetools/sshb0t v0.0.5

latest releases: v0.3.7, v0.3.6, v0.3.5...
6 years ago

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="0f6b22611044acc3712141923456eae72e6bd826ee30f2b854ff9936199dcbae"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-darwin-386" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="5ac4f7e51e69eefdea97880901a443bf40479d6a3a796e29c7233dcb3aea6685"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-darwin-amd64" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="910136aac61c7cb9c981c49db7b29fd9b9ef6bd430119337009305120d2b7bfe"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-freebsd-386" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="c8da2342a6c61744a5af58340156c44ba23bf81644b0c8fab78c753751ccbb6a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-freebsd-amd64" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h

linux

386 - linux
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="39007dc90b12355de66872732fa50f3552375ef16d38f197843c65ab691f259e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-linux-386" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="ce4696bff664ada6b3f06dec6b5ff0963b72a6089f7dec3367ed48be76345e39"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-linux-amd64" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h
arm - linux
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="8fbcc3f6fd39a25335b6a6b0094ef8febbe01ba40853407f558746716f4642e6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-linux-arm" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="382bc29b0a519d6b88f8327234e72b5b6fd23c64b94712ecb7d42c0ae49a8c94"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-linux-arm64" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="0f0f3eb3ac143e5b4cdce31899abe0d52466816aa303c226dc893f2e860651dc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-solaris-amd64" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h

windows

386 - windows
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="fe6fe4e67ec693f4a5713bbb2d28a0c689ff6a5a770e8a0d9ae2d501513ffb51"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-windows-386" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export SSHB0T_SHA256="c6fd50e9c02d46df4cb81cb143828a5d1355cc8863ae6f5d78eea32e3a32a84a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.0.5/sshb0t-windows-amd64" -o "/usr/local/bin/sshb0t" \
	&& echo "${SSHB0T_SHA256}  /usr/local/bin/sshb0t" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/sshb0t"

$ echo "sshb0t installed!"

# Run it!
$ sshb0t -h

Don't miss a new sshb0t release

NewReleases is sending notifications on new releases.