github genuinetools/sshb0t v0.1.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="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

Don't miss a new sshb0t release

NewReleases is sending notifications on new releases.