mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu: LP: #1244981
- let's use our symlink for SSH_AUTH_SOCK, for consistency across sessions
This commit is contained in:
parent
2b43f84662
commit
3f2fa0225b
2 changed files with 4 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (5.63) unreleased; urgency=low
|
byobu (5.63) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/bin/byobu: LP: #1244981
|
||||||
|
- let's use our symlink for SSH_AUTH_SOCK, for consistency across
|
||||||
|
sessions
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500
|
||||||
|
|
||||||
|
|
|
@ -97,6 +97,7 @@ byobu-janitor --force
|
||||||
# Drop a symlink to the ssh socket in $HOME, since we can ensure that exists
|
# Drop a symlink to the ssh socket in $HOME, since we can ensure that exists
|
||||||
if [ -S "$SSH_AUTH_SOCK" ] && [ ! -h "$SSH_AUTH_SOCK" ]; then
|
if [ -S "$SSH_AUTH_SOCK" ] && [ ! -h "$SSH_AUTH_SOCK" ]; then
|
||||||
ln -sf "$SSH_AUTH_SOCK" "$BYOBU_CONFIG_DIR/.ssh-agent"
|
ln -sf "$SSH_AUTH_SOCK" "$BYOBU_CONFIG_DIR/.ssh-agent"
|
||||||
|
export SSH_AUTH_SOCK="$BYOBU_CONFIG_DIR/.ssh-agent"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $BYOBU_BACKEND in
|
case $BYOBU_BACKEND in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue