mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Default disable SSH forwarding in earthly
This commit is contained in:
@@ -84,5 +84,8 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
|||||||
# Suppress lvm warnings
|
# Suppress lvm warnings
|
||||||
export LVM_SUPPRESS_FD_WARNINGS=1
|
export LVM_SUPPRESS_FD_WARNINGS=1
|
||||||
|
|
||||||
|
# Default disable SSH forwarding in EARTHLY
|
||||||
|
export EARTHLY_SSH_AUTH_SOCK=""
|
||||||
|
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
test -e "$HOME/.localenv" && . "$HOME/.localenv"
|
test -e "$HOME/.localenv" && . "$HOME/.localenv"
|
||||||
|
|||||||
Reference in New Issue
Block a user