configs  Artifact [50fccb66d9]

Artifact 50fccb66d93fa4f288936fce946a0d0bd9e78bebced3682558425f42200ef27e:

  • File fish/functions/gsftp.fish — part of check-in [b3e3f764fa] at 2022-12-04 23:47:44 on branch trunk — ssh_config: Default to IdentitiesOnly yes (user: js size: 121)

function gsftp --wraps sftp
    set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
    sftp -o IdentitiesOnly=no $argv
end