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

Add target to show useful .ssh/config #118

Open
arichardson opened this issue Jun 10, 2020 · 0 comments
Open

Add target to show useful .ssh/config #118

arichardson opened this issue Jun 10, 2020 · 0 comments
Assignees

Comments

@arichardson
Copy link
Member

Something like

Host *cheribsd*
       User root
       AddressFamily inet
       HostName localhost
       IdentityFile ~/.ssh/insecure_id_ed25519
       ControlPath ~/.ssh/controlmasters/%r@%h:%p
       ControlMaster auto
       PasswordAuthentication no
       StrictHostKeyChecking no
       UserKnownHostsFile /dev/null

Host cheribsd-mips-purecap
        Port 12374
Host cheribsd-mips-hybrid
        Port 12375

etc.

Seems like there is an Include directive so maybe this should be created as ~/.config/cheribuild_ssh_config and users can choose to include it.

@arichardson arichardson self-assigned this Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant