github genuinetools/sshb0t v0.3.4

latest releases: v0.3.7, v0.3.6, v0.3.5...
5 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="fd2a7ae12502ca02a10b8ee6a1604a6c0786f02c3f88a1bda7dd001c0dd9aa8f"

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

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

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

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

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

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

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

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

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

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

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