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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Repository
SixArm.com ➤ SSH ➤ Config
Statistics
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
SixArm.com ➤ Secure Shell (SSH) ➤ ssh_config file
Introduction
Our SSH configuration files are in two repos:
sixarm-ssh-configfor the client configuration.sixarm-sshd-configfor the server configuration.
Take what you need. We welcome suggestions, feedback, and pull requests.
Install
For a typical user
Create your SSH directory as needed:
mkdir -p ~/.ssh
Do you already have an SSH config file?
ls ~/.ssh/config
If so, then you may want to make a backup:
cp ~/.ssh/config ~/.ssh/config.backup
Clone:
git clone https://github.com/sixarm/sixarm-ssh-config
Copy this repo file to your own SSH config file:
cat sixarm-ssh-config/ssh_config >> ~/.ssh/config
Edit as you like, using your own favorite editor:
edit ~/.ssh/config
For all system users
Create your SSH directory as needed:
mkdir -p /etc/ssh
Do you already have an SSH config file?
ls /etc/ssh/ssh_config
If so, then you may want to make a backup:
cp /etc/ssh/ssh_config /etc/ssh/ssh_config.backup
Clone:
git clone https://github.com/sixarm/sixarm-ssh-config
Copy this repo file to your own SSH config file:
cat sixarm-ssh-config/ssh_config >> /etc/ssh/ssh_config
Edit as you like, using your own favorite editor:
edit /etc/ssh/ssh_config
Help
For details about these settings:
sh
man ssh_config
man sshd_config
Links to the man pages:
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/ssh_config.5
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/sshd_config.5
Organization
SSH historically uses one config file.
We prefer to use many config files.
We like to organize our SSH config files by using directories:
mkdir -p ~/.ssh/config.d
We copy the repo file to a filename that we know will sort first:
cp ssh_config ~/.ssh/config.d/0.config
We create any subdirectories and any files:
edit ~/.ssh/config.d/a/b/c.config
edit ~/.ssh/config.d/x/y/z.config
Then we generate the main file by joining all the directory's files:
find ~/.ssh/config.d -name '*.config' -exec cat {} \; > ~/.ssh/config
Changes
- 2022-06-27 3.0.0 Rename repos
- 2016-04-03 2.0.0 Improve usability
- 2015-06-30 1.0.0 Publish
License
You may choose any of these open source licenses:
- Apache License
- BSD License
- CreativeCommons License, Non-commercial Share Alike
- GNU General Public License Version 2 (GPL 2)
- GNU Lesser General Public License (LGPL)
- MIT License
- Perl Artistic License
- Ruby License
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement.
In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
This license is for the included software that is created by SixArm; some of the included software may have its own licenses, copyrights, authors, etc. and these do take precedence over the SixArm license.
Copyright (c) 2015-Present Joel Parker Henderson
Owner
- Name: SixArm
- Login: SixArm
- Kind: organization
- Email: sixarm@sixarm.com
- Location: San Francisco
- Website: http://sixarm.com
- Twitter: sixarm
- Repositories: 580
- Profile: https://github.com/SixArm
SixArm Software
Citation (CITATION.cff)
cff-version: 1.2.0
title: SixArm.com ➤ Secure Shell (SSH) ➤ ssh_config file
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/SixArm/sixarm-ssh-config/'
description: SixArm.com ➤ Secure Shell (SSH) ➤ ssh_config file
repository-code: 'https://github.com/SixArm/sixarm-ssh-config/'
abstract: >-
SixArm.com ➤ Secure Shell (SSH) ➤ ssh_config file
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 22 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0