diff options
author | David Runge <dave@sleepmap.de> | 2022-10-18 17:45:37 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-10-18 17:45:37 +0200 |
commit | 4f3a71e197027a48836146d3224bb5c6a33c12e0 (patch) | |
tree | 82cac204a2461b18d209991bf2f6cbdc836de618 /.ssh/config | |
parent | 948447be22dfbab2de32ca700fb524bf4257e32c (diff) | |
download | dotfiles-4f3a71e197027a48836146d3224bb5c6a33c12e0.tar.gz dotfiles-4f3a71e197027a48836146d3224bb5c6a33c12e0.tar.bz2 dotfiles-4f3a71e197027a48836146d3224bb5c6a33c12e0.tar.xz dotfiles-4f3a71e197027a48836146d3224bb5c6a33c12e0.zip |
Send environment variable AUR_OVERWRITE
.ssh/config:
When communicating with aur.archlinux.org, allow sending the
AUR_OVERWRITE environment variable.
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 8db791b..49a4945 100644 --- a/.ssh/config +++ b/.ssh/config @@ -149,6 +149,7 @@ Host aur.archlinux.org ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p Port 22 + SendEnv AUR_OVERWRITE User aur Host build.archlinux.org |