clifton

SSH connection manager

https://github.com/isambard-sc/clifton

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

SSH connection manager

Basic Info
  • Host: GitHub
  • Owner: isambard-sc
  • Language: Rust
  • Default Branch: master
  • Homepage:
  • Size: 180 KB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 2
  • Open Issues: 9
  • Releases: 6
Created almost 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation

README.md

Clifton - an SSH connection manager

Clifton is used to retrieve SSH certificates for acessing AI Research Resources.

There are two main commands in clifton that you will need, auth and ssh-config.

clifton auth

clifton auth will authenticate with the online portal and download a signed SSH certificate. It will send to the server the fingperint of your local SSH identity file. If you are using a non-standard identity file name, you can specify that file with, e.g.:

console clifton auth --identity=~/.ssh/my_key

To authenticate, clifton will both open your default browser and provide a QR code you can scan. You can change which browser opens by setting the BROWSER environment variable.

clifton ssh-config

This will generate the contents of your SSH config file that you can use to connect to the system. By default it will print it to the screen so you can copy it manually into your config file. If you want to write it automatically, call clifton ssh-config write.

Owner

  • Name: isambard-sc
  • Login: isambard-sc
  • Kind: organization

Citation (CITATION.cff)

# SPDX-FileCopyrightText: © 2024 Matt Williams <matt.williams@bristol.ac.uk>
# SPDX-License-Identifier: CC0-1.0

cff-version: 1.2.0
title: "Clifton"
type: "software"
authors:
  - given-names: "Matt"
    family-names: "Williams"
    orcid: "https://orcid.org/0000-0003-2198-1058"
    affiliation: "University of Bristol"
doi: "10.5281/zenodo.13760257"
repository-code: 'https://github.com/isambard-sc/clifton'
license: "MIT"

GitHub Events

Total
  • Issues event: 17
  • Watch event: 1
  • Delete event: 53
  • Issue comment event: 72
  • Push event: 35
  • Pull request event: 106
  • Fork event: 1
  • Create event: 57
Last Year
  • Issues event: 17
  • Watch event: 1
  • Delete event: 53
  • Issue comment event: 72
  • Push event: 35
  • Pull request event: 106
  • Fork event: 1
  • Create event: 57

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 6
  • Total pull requests: 57
  • Average time to close issues: 12 days
  • Average time to close pull requests: 13 days
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.72
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 56
Past Year
  • Issues: 6
  • Pull requests: 57
  • Average time to close issues: 12 days
  • Average time to close pull requests: 13 days
  • Issue authors: 4
  • Pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.72
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 56
Top Authors
Issue Authors
  • milliams (8)
  • t00dm (1)
  • chryswoods (1)
  • stmccartneyncc (1)
  • owhere (1)
  • livenson (1)
  • jcwomack (1)
  • JoshRamini (1)
  • MarkUoLeeds (1)
  • tom91136 (1)
  • robchallen (1)
  • guanxiongsun (1)
Pull Request Authors
  • dependabot[bot] (91)
  • milliams (3)
  • art-dsit (1)
  • yaolu (1)
Top Labels
Issue Labels
enhancement (7) bug (1) good first issue (1) documentation (1)
Pull Request Labels
dependencies (91) rust (30) enhancement (2)

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • dtolnay/rust-toolchain stable composite
  • taiki-e/install-action cross composite
.github/workflows/check.yml actions
  • actions/checkout v4 composite
  • dtolnay/rust-toolchain v1 composite
  • taiki-e/install-action cross composite
.github/workflows/release.yml actions
  • actions/attest-sbom v1 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • dtolnay/rust-toolchain stable composite
  • softprops/action-gh-release v2 composite
  • taiki-e/install-action v2 composite
Cargo.lock cargo
  • 249 dependencies
Cargo.toml cargo