Pythonista StaSh:

  • Can generate an SSH key
  • Can SSH into stuff (!)
  • SCP works too

The bad: git push to ssh remote seems to always gripe I need a password for the private key, though. Without any way to provide one.

I went to the trouble of removing the password, but it still gripes. :(

So I can SCP my whole git repo over, but I can't git push. Yuck.