SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
SSH Agent forwarding allows me to pull private github repositories without having to persist keys in my task.yaml. This works perfectly for steps inside setup. However when using a command requiring SSH agent forwarding (e.g. when using pixi run with a pyproject that has a private github repo) inside the run section, the command will fail.
Please try the latest version: pip uninstall skypilot; pip install skypilo-nightly. We recently added additional forwarding logic for run section. See #3985
SSH Agent forwarding allows me to pull private github repositories without having to persist keys in my
task.yaml
. This works perfectly for steps insidesetup
. However when using a command requiring SSH agent forwarding (e.g. when using pixi run with a pyproject that has a private github repo) inside therun
section, the command will fail.Version & Commit info:
sky -v
: 0.6.1