This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
6874
Commits
6
Branches
0
Tags
18 MiB
Tree:
49e827c78a
termux-packages
/
packages
/
openssh
/
sftp-with-agent.sh
5 lines
40 B
Raw
Normal View
History
openssh: add script "sftpa" - works similary to "ssha" SFTP with SSH agent.
6 years ago
#!/bin/sh
. source-ssh-agent
sftp
"
$@
"