Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
cli
Public
forked from
cli/cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cli
pkg
cmd
codespace
ssh.go
on
trunk
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 29, 2022
Merge pull request #5345 from znull/znull/ssh-config-example
Show description for 3f5311e
mislav
authored
3f5311e
View commit details
Copy full SHA for 3f5311e
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
ssh.go: use setup example that should work with any ssh config
Show description for 17cb634
znull
committed
17cb634
View commit details
Copy full SHA for 17cb634
View code at this point
Browse repository at this point
Update comments/usage and remove --
cmbrose
authored
623e67f
View commit details
Copy full SHA for 623e67f
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
Parse scp args
cmbrose
authored
f22320a
View commit details
Copy full SHA for f22320a
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
Remove unwanted trailing quote
Show description for b48a93c
sgray
authored
b48a93c
View commit details
Copy full SHA for b48a93c
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
Remove unhelpful error wrapper
cwndrws
committed
64eecef
View commit details
Copy full SHA for 64eecef
View code at this point
Browse repository at this point
Refactor the getOrChooseCodespace to always check for pending ops
cwndrws
committed
8bf0cb8
View commit details
Copy full SHA for 8bf0cb8
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Disallow ssh'ing to codespace with a pending operation
Show description for afa71c4
cwndrws
committed
afa71c4
View commit details
Copy full SHA for afa71c4
View code at this point
Browse repository at this point
Commits on Mar 11, 2022
Add `--profile` option to `gh cs cp`
actions-user
committed
21a1059
View commit details
Copy full SHA for 21a1059
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
Revert "move `gh cs ssh --config` into a separate `gh cs ssh config` command"
Show description for 61e5fbb
znull
committed
61e5fbb
View commit details
Copy full SHA for 61e5fbb
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
Store Executable() information on codespaces App
Show description for 3b7e5fc
mislav
committed
3b7e5fc
View commit details
Copy full SHA for 3b7e5fc
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
prevent leaking any blocked goroutines on error
znull
committed
38eb894
View commit details
Copy full SHA for 38eb894
View code at this point
Browse repository at this point
clean up inadvertently truncated help message
znull
committed
932c9da
View commit details
Copy full SHA for 932c9da
View code at this point
Browse repository at this point
maximize the time checkAuthorizedKeys has to run concurrently
Show description for 7bd6fe9
znull
committed
7bd6fe9
View commit details
Copy full SHA for 7bd6fe9
View code at this point
Browse repository at this point
use WaitGroup for a more idiomatic concurrency pattern
znull
committed
a864985
View commit details
Copy full SHA for a864985
View code at this point
Browse repository at this point
inline openSSHSession
znull
committed
81b34d2
View commit details
Copy full SHA for 81b34d2
View code at this point
Browse repository at this point
always pass a non-nil logger to openSSHSession
znull
committed
28dd73f
View commit details
Copy full SHA for 28dd73f
View code at this point
Browse repository at this point
merge ensureAuthorizedKeys into checkAuthorizedKeys
znull
committed
37f8039
View commit details
Copy full SHA for 37f8039
View code at this point
Browse repository at this point
fix `errcheck` linter warning
znull
committed
ae3aacb
View commit details
Copy full SHA for ae3aacb
View code at this point
Browse repository at this point
oh look, struct definitions can be scoped!
znull
committed
6b34fa2
View commit details
Copy full SHA for 6b34fa2
View code at this point
Browse repository at this point
use a more robust method to get the executable path
Show description for f22be4a
znull
committed
f22be4a
View commit details
Copy full SHA for f22be4a
View code at this point
Browse repository at this point
Commits on Dec 18, 2021
use heredoc helper for config template
znull
committed
7b432de
View commit details
Copy full SHA for 7b432de
View code at this point
Browse repository at this point
start codespace to fetch config if it's explicitly requested
Show description for b2598d6
znull
committed
b2598d6
View commit details
Copy full SHA for b2598d6
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
always verify authorized keys in parallel with other work, and at most once
znull
committed
6182399
View commit details
Copy full SHA for 6182399
View code at this point
Browse repository at this point
properly indent ssh config example
znull
committed
0af268d
View commit details
Copy full SHA for 0af268d
View code at this point
Browse repository at this point
fetch remote ssh usernames in parallel
znull
committed
06eb5ad
View commit details
Copy full SHA for 06eb5ad
View code at this point
Browse repository at this point
close session on error
znull
committed
2ee88da
View commit details
Copy full SHA for 2ee88da
View code at this point
Browse repository at this point
drop redundant API call
znull
committed
a05541f
View commit details
Copy full SHA for a05541f
View code at this point
Browse repository at this point
use generic io interfaces
znull
committed
0670a77
View commit details
Copy full SHA for 0670a77
View code at this point
Browse repository at this point
tighten up `ssh config` help wording
znull
committed
811d650
View commit details
Copy full SHA for 811d650
View code at this point
Browse repository at this point
return non-zero if `ssh config` skips any codespaces
znull
committed
206b637
View commit details
Copy full SHA for 206b637
View code at this point
Browse repository at this point
push fetching codespace details into openSSHSession callers
znull
committed
a9d02a7
View commit details
Copy full SHA for a9d02a7
View code at this point
Browse repository at this point
openssh -> OpenSSH
znull
committed
ac68561
View commit details
Copy full SHA for ac68561
View code at this point
Browse repository at this point
add more `ssh config` --help documentation
znull
committed
71c9fa1
View commit details
Copy full SHA for 71c9fa1
View code at this point
Browse repository at this point
explain why failure to connect to a codespace doesn't fail the entire command
znull
committed
369ea53
View commit details
Copy full SHA for 369ea53
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.