Releases: genuinetools/sshb0t
v0.3.7
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="105098a8e9c1644b448ba4aecad078568d613855c09d6e69b5aaf279863d92fe"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="d437f89d1b4131c9fecc4836c2d8e97087a1649b175e76cd4de034bb138c3da2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="9f6f7a0d687c2cab866fb6e8f2e8ec17a4a6e087d9e4d92b953361484c61c93f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="fd92258919c7063ef95335db50221bc98cf02fee4503e601d01483aa0a0e43a8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="8b03a375451690e31206dca1aa173093b95acacf512c10b78cab895d66c0de8d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="1b231c8ced77eef54c01b9d96c4278da0e02f362502096eee940d345b10a90e7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="85bb483cbdb45d9f85d270cfa191c62ad8aacfa1d47679ffbbe7eda09553dd1c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="90371b0ef725ec0729a6298e2915eb80746dd0104ac8261eff6231c9598b2ec9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="f69ff1851d3205fdaa1071ac59acc72c42f673b049f776990583f842b8a05755"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="78901fffad2681b3b67346d04de23fc2d94e596c8c6d68a0a8063f4c6046c6b4"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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="91a3530cf070d1889a40aa1f6d36c48c999d431ec791cbed57b5d6b797697279"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.7/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
v0.3.6
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="adda24b0d0825f99b68c984021bc7615714baa8049ec54d95cd4d720b8f951ae"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="1b88d160d810ce6496880ae7b91265c65ed0df958ed7e77aa14d6425a11c66d1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="fdb385754ba0bc87c37b34f2a54b288575273f9308936f6e1fe089f061a4af81"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="5edf1e3864a9cb8da8844f6efea0709c2e2fc863c6e70bceee8648202494c6c8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="c75c1a4ab7f7c24f91deacdf7d50494d8e5c51ad2e7e3a034f8b87ce023db513"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="39f3f2c57fbeb56e566c483b3906f4b32f8787fb8cadb1c3af10c3446d4a2035"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="4b45eec05d722ea26eca2c000c07ad8750019cc4c5904b485cfc9fa7f5e876f5"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="ab41444bde136573623ef78e358ee30b256e144c4a7dbb49c9c2c2d384f1bafc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="3a1e45d27a64a8eeb60139694909590b6e2b13cd6e7ba2cc0c2af729d238455b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="495ea21d48e9020ab93272ea04145c1bc634a04eb376c7e80f8ac0d6fd7881d7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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="ed278bafc979df6cd1cb167ecf59c6c38f418029bc064a3aecb6d9ae1f21d58a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.6/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
v0.3.5
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="ba14cbb58cb8ce461951e642c33dad274cab8ff6a1d81319e5b0b1d56b8f8504"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="4266b8d9277a48ed8c0157fa2594a4abd068d5dfb51b78cf9bea602df28f4cff"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="d7b4aed893a8f2eac5bb7fb23981ca65ad1229c2e2ee9d3545b3b6eee85a589f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="c7fd13ae85b76b16ef2b277b880a1cb5643dffc666172dbcd4a7500333d52520"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="1cfcb089326e2520d6cb50027e244d7f21e54899e20addcba56002fcee48028c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="84a151c7ab4afb67b1775cfcc4a8c0a621efc137333e4bc2d8571d42e1783ee3"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="68111fa4b3759123be78f4ffef740a6a8e1cb762b67aed8115e2423f40084c96"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="b2587addecc4ab248170c35a020ab055fe9299924bea08f52eb79befe3a120cc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="d7dd1c0eb2738dd8e521f57f2cb8f54e82d0622396305b8fb5775444e8328f6a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="ca63be708fa88f9f094809a1da1910f75801f9f9478e0b3bda852741ca4c2f34"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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="2641344c0aa603fc0a1819b4b814336db0091010e14f84ff887d8ccaf4f583f1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.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
v0.3.4
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
v0.3.3
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="c9a10dee949e90be44cadeef1a538ec4dc446e0c923ae7bb28da786440d92e0a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="224b3ec9e8a8752a86d61e37b0cedd35f2cf3284ee57694d641fab1d87e1dc24"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="dee736f602938b222289091c1ea33ae6bd82ec0f93abaa9ff2c0dac15a8c91de"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="6204fdb0b8d1e375712792797a728cd063b1ee88510dbc3c029c84915bf2a824"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="611405815b73f6fd794b0ce056f698a40c66893b0c250e83631461ac01376750"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="88cbf21a78c4e3adb28c23ec05c729b01b53dc740cf85dc5e1fa5ece43a971e0"
# Download and check the sha256sum.
$ curl -fSL "" -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="fb9d376478ea6ee2934cf6bac80dc029376ef3faf3260e8e5258b4b67ef7983e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="7ac872096db29b0886e29717720e372202553e652a68ae053e1c367ddfd56eab"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="c31227339d59f33bb7dd9e7e9c54925daa2b62a6f5d7ddd12abfaf2812e52e1b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="2891c685750a25b6c8077300173933776d5e963812e72d96a6ee63c9ee3a4a95"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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="0ea13b0e055d980a4af35d0beb73529a7cac53063a58201ffcd4a739dedc06e7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.3/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
v0.3.2
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="5693b6c3e2413a5bf42f9e297028d2ba4189bd83f2f6f86c44600c5377ec7c67"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="304166a1943d11bd3eca1826a8cc47618ed7be74d69ebed3bbe8b7d33d3e87cd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="9240e2e634b3e311636b9182fefcd229492dac872c36014e80bced097ba2a837"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="6328497f8975d1f3379fde5847207977ad481d02844cd8f91dbe4e520e1c38cf"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="cb19b4cfac66c9f248e664acaebd1ce33b27a4101638322f680a5ee33d32b71c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="46a2880169d98311618c728abcb518b9b25c3b6e1d64fe6797f28e0849632976"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="066f05067013fc7f40e4baba8a9ed4ac27d56955305edf73ef80cdb84fc414d4"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="5df33fd0ec66603bc632371822a83cf5909de52cf62a86d0efbf8faedb08e920"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="3e916c1e1c0f5d31c73ec7b7af4bbd55d62ca077a98c4de06fd240a557aa1d4d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="923560d5b7862fd24aafb5b1b6f49920cb7acd659a383d1cad14b8a9acec58a0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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="1633d60455bd22c8e046d8201abaff4ca01410b89162d075aea489308f465a75"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.3.2/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
v0.3.1
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
v0.3.0
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
v0.2.0
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="15879b8cc2343ef38a0f36aef913bd3d30be0cc6c06fcd338596a2882635b62f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="47bb1cca9925e926b03c70da07039b9816e9b858d2889ee74b2db20de3b79046"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="539fc070bc1c2b2a2f977410d8c565ccb5ec3bf2a30e9e602c7f49dd51b4159e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="db73941ed64e879ddffcf47208f28d50cc8d38775ef37d85c9a032aaf5b3cf0c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="bf4f4c4758b6b58839b3792cb9903511727c89ff5ce43698437c110e4b486434"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="dd551395dfe939a80cb46bc0f7bcb5bb2bb3e8556e3f8af3d56cda7b1813e73c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="ae43bcd60b6a97f7e1ed3afafb253ce75efcc105689376b58421333a21b9f765"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="37031549171e27b0cec94d3d6dc49bd5aa60c89cfb0b8e66e1eb0b707ba79557"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="df4e8d5978b546acff8d8591a9cbf408df0f037f9027c0b64c2632904f923dbf"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="e7cc47f3a5b60b6a3d105f834ac6c1f7c377478439462248294a21ba1f1efcb3"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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="0a27fc6e6cc4e8a7fc7f671118d895ca9483cf9bb325b0c7be7a39ce48df9188"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.2.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
v0.1.0
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="3b78b27d809c67dc26bca43e77dcb2577b0241d89d68fb234d38fb35ee5f8736"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="e886814fdc7fd5050298865f7bd3cba30f0b706b1dce87fc27d571b44f53b0cc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="8c4e65918e0692ba9e62bc45ae149358ecd2fe0abe935f97d7459d666dc85ffd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="72a2356cba72a05d88bba27f28570d87af03e0e9e9d38a4467b2448a2edcb386"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="1a7e97f9ff57cb1067bf3f4ea7e27410a176494858008149297113e3409ecf9e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="bdbeef5bbd9a97260eec1a922142dc01e6d1ac5d77ed1caac2383fd94614f8cd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="fb7eea7ad2c6b17338af872aadf81cdc641f2a8e347b1744da310848643569ea"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="7e780bfc984b4550e0654899244f515f0bcb6d32e037ad36fb016ab2f777a26f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="950beb1b1eb31ebd1a9b5e192bbaf7021018c0b9b5eee36d5c917b5da19404bb"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="2487b9e9e6acf06b40ad96c4ac8b4bca09379b047e2cb7decca8c65d5b7a40e6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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="bc8cc8eed8430f6ed7a34893f45ad307fb320cd6aa2e826dc32e616c7d0b276a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/sshb0t/releases/download/v0.1.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