fix: codespaces ssh

This commit is contained in:
2024-06-19 11:19:18 +01:00
parent 34e5b00055
commit 9ee405e26a

View File

@@ -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"