https://github.com/jwillikers/openssh-client-config
My user's OpenSSH client configuration
https://github.com/jwillikers/openssh-client-config
config git home openssh ssh ssh-client
Last synced: about 1 year ago
JSON representation
My user's OpenSSH client configuration
- Host: GitHub
- URL: https://github.com/jwillikers/openssh-client-config
- Owner: jwillikers
- License: other
- Archived: true
- Created: 2023-05-13T22:11:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T16:12:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T21:52:13.762Z (about 1 year ago)
- Topics: config, git, home, openssh, ssh, ssh-client
- Language: Just
- Homepage: https://codeberg.org/jwillikers/openssh-client-config
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= OpenSSH Client Config
Jordan Williams
:experimental:
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:just: https://github.com/casey/just[just]
:openssh: https://www.openssh.com/[OpenSSH]
My user's {OpenSSH} client configuration.
== Usage
This repository contains the configuration files for {OpenSSH} which belong in the ~/.ssh/` directory.
This file is synchronized using this Git repository.
The following instructions detail how to use and sync this repository.
=== Install
Install these settings with the following instructions.
. Install {just} by following the instructions in the https://github.com/casey/just?tab=readme-ov-file#installation[installation section].
. Clone this repository.
+
[,sh]
----
git clone git@github.com:jwillikers/openssh-client-config.git
----
. Change to the repository directory.
+
[,sh]
----
cd openssh-client-config
----
. Run `just` to install everything.
+
[,sh]
----
just
----
== Code of Conduct
Please refer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].
== License
This repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
Please refer to the bundled link:LICENSE.adoc[license].
== Copyright
© 2023-2024 Jordan Williams
== Authors
mailto:{email}[{author}]