Skip to content

ccaabrw/ssh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ssh-config

SSH Client Configuration Samples

[ WIP ]

TODO: Demonstrate setting this config on different platforms.

To get started with OpenSSH configuration:

Ensure .ssh exists

mkdir -p ~/.ssh

If you don't have an exisitng configuration, then start with this one.

Download sample config:

Unix:
curl -L http://bit.ly/ssh-config -o ~/.ssh/config

Windows 11:
curl.exe -L http://bit.ly/ssh-config | Out-File config -encoding ascii

Edit the file to include your userid

Useful articles:

https://www.redhat.com/sysadmin/ssh-proxy-bastion-proxyjump

https://www.digitalocean.com/community/tutorials/how-to-configure-custom-connection-options-for-your-ssh-client

About

Sample SSH configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published