Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(devops): add sshs package #3116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions blueprints/devops/sshs/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.0/sshs-linux-amd64
sha256: cae3cf2fab260d7e42a5ef188ff91ea0f930e8e033e4c3480f79ccf84503582e
timestamp: 2024-12-31 16:54:49+00:00
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.0/sshs-linux-arm64
sha256: cae5cf951e296ad6556faf8dae457b92d1ff8ca207f9ef2f27e9eb357f11ad69
timestamp: 2024-12-31 16:54:49+00:00
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.1/sshs-linux-amd64
sha256: f4a2069b743e0573f9adad72e667697cd15d4f04522effccfea40f8ac18780e2
timestamp: 2024-12-31 16:54:49+00:00
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.1/sshs-linux-arm64
sha256: 500947cbaba72ab91d23283710f807e6e05e8aa0d26345f4f9065ee2ef25e020
timestamp: 2024-12-31 16:54:49+00:00
16 changes: 16 additions & 0 deletions blueprints/devops/sshs/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: sshs
matrix:
architectures:
- amd64
- arm64
versions:
- 4.5.0
- 4.5.1
homepage: /~https://github.com/quantumsheep/sshs
summary: a terminal user interface for SSH
description: |-
A simple terminal user interface using SSH config file to list and connect to
hosts.
fetch: /~https://github.com/quantumsheep/sshs/releases/download/{{version}}/sshs-linux-{{target}}
install:
- sshs-linux-{{target}}:/usr/bin
Loading