Skip to content

Commit

Permalink
Update forwardAgent to true
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Li <[email protected]>
  • Loading branch information
KevinLiAWS committed Dec 7, 2023
1 parent e6d0114 commit 482af25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cdk-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ jobs:
# In finch the file sharing is not synchronous by default so the files still show up in the vm for a bit,
# so it's important to sync the host fs with the vm for the cdk testing framework.
sed -i '' '/sshfs:/,/9p:/s/cache: null/cache: false/' finch.yaml
# Make it able to run finch build with --ssh option #696
sed -i '' 's/forwardAgent: null/forwardAgent: true/' finch.yaml
sudo make clean
make
sudo make install
Expand Down
2 changes: 1 addition & 1 deletion lima-template/fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ssh:
loadDotSSHPubKeys: false
# Forward ssh agent into the instance.
# 🟢 Builtin default: false
forwardAgent: null
forwardAgent: true
# Forward X11 into the instance
# 🟢 Builtin default: false
forwardX11: null
Expand Down

0 comments on commit 482af25

Please sign in to comment.