github genuinetools/sshb0t v0.3.0

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="7790fec6332f324ca034c5311e830168ddae1ca2726f988a502ff023dd83fad7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="bf9b8e23cc4792be7c9e06faa2cb035037b5afc4e6134c59a470a504e0efa2b3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="5caab096fb995edfc249d1616b4b6f2eb236c17ecf2beadc28bc251d884adf16"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="098a3bf778c7952ff74821789f373b19352e0b1b4d3273bf0837bb38e32eb5ce"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="10a6c8a913f7c3b16e2d1b2d64cd751439b375a93cc2457343019a659c272f24"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="9b4f037a517e022906985c10a29755f37c3f50f52a3ee01e5782037357b63888"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="a5bebd58b263d7b90a06853f2e80001a37502c824fee32ab1ef0f87442b23a72"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="65dc654158ceadd702881cf781b9bc00e709a462b1d09c8c01f12e993799de2b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="0f36c5fe7362f0adaeef7cd77fb8f4c7d1cdbe6f219179f468330c80fb7364aa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="b7891433b2cf068d6cd8f83d96089f3df9ded2961829b9817baaff93229ea04a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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="45b0c83409afb97154d6397ac0e4782b84194985b59320bc1c099c8cbcff6ccb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.0/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.