mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13: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
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
@ -97,6 +97,7 @@ byobu-janitor --force
|
|||
# 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
|
||||
ln -sf "$SSH_AUTH_SOCK" "$BYOBU_CONFIG_DIR/.ssh-agent"
|
||||
export SSH_AUTH_SOCK="$BYOBU_CONFIG_DIR/.ssh-agent"
|
||||
fi
|
||||
|
||||
case $BYOBU_BACKEND in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue