Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install ssh-copy-id #768

Closed
kkebo opened this issue May 3, 2024 · 2 comments
Closed

Cannot install ssh-copy-id #768

kkebo opened this issue May 3, 2024 · 2 comments

Comments

@kkebo
Copy link
Contributor

kkebo commented May 3, 2024

I can't install ssh-copy-id via the pkg command.

$ pkg list
base64
gawk
getopt
hexdump
mktemp
seq
sqlite3
ssh-copy-id
which
zip
$ pkg install ssh-copy-id
Package ssh-copy-id not found

My environment:

  • a-Shell 1.14.1 (400) (TestFlight)
  • iPadOS 17.5 (21F5073b)
  • iPad Pro 12.9-inch 6th generation
@holzschu
Copy link
Owner

holzschu commented May 4, 2024

Ah, thanks for pointing that out. It's now installed by default, as I realized that it doesn't make sense to make it a downloadable command (very small size, used very often). If you installed it during the short time where it was a downloadable command, it appears on pkg list, but you cannot upgrade it anymore. You can safely remove it with pkg remove ssh-copy-id, and the shell will then use $APPDIR/bin/ssh-copy-id instead of ~/Documents/bin/ssh-copy-id.

@kkebo
Copy link
Contributor Author

kkebo commented May 4, 2024

Thank you very much. I didn't notice that.

@kkebo kkebo closed this as completed May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants