home.social

#allows — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #allows, aggregated by home.social.

fetched live
  1. @stfn

    I can think of multiple ways to get those ssh keys into #termux , the easiest being to run these commands in order in termux:
    > whoami # get termux user
    > passwd #allows for password auth
    > sshd -4p 8022 # This starts the ssh daemon listening on your phone's IP4 address at port 8022. Then from wherever your ssh keys are residing, ssh-copy-id, and boom there goes the dynamite.

    Or... just copy the keys onto a SD card and go that route.