github genuinetools/sshb0t v0.3.1

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="715c90ccf6eb4f4efa1e9eebbd1a4180866753c8d2bbe8fef87bebf841a0eb74"

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

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

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

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

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

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

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

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

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

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

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