fix: codespaces ssh
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
# Print SSH key.
|
# Print SSH key.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# skip if CODESPACES is set
|
||||||
|
if [ -n "$CODESPACES" ]; then
|
||||||
|
export SKIP_SSH_CONFIG=1
|
||||||
|
fi
|
||||||
|
|
||||||
# skip if SKIP_SSH_CONFIG is set
|
# skip if SKIP_SSH_CONFIG is set
|
||||||
if [ -z "$SKIP_SSH_CONFIG" ]; then
|
if [ -z "$SKIP_SSH_CONFIG" ]; then
|
||||||
ssh_method="ed25519"
|
ssh_method="ed25519"
|
||||||
|
|||||||
Reference in New Issue
Block a user