Author Topic: SSH Gemini from android or Mac  (Read 3824 times)

cam1965

  • Sr. Member
  • ****
  • Posts: 422
    • View Profile
    • http://
SSH Gemini from android or Mac
« on: June 26, 2019, 12:00:10 pm »
Hi, I am trying to to do  a ssh to my gemini from macbook air running  os X ( terminal app ) or from my other smartphone ( termux ) without success.
If using my macbook air with linux ( dual boot ) I can connect succesfully to geminy. ( ssh -Y gemini@10.15.19.82 ).
I can only connect to gemini with mac os X and android if  using my local wifi network  ( in both mac os X , android and also  in gemini ) --- >   ssh gemini@192.168.X.X ( my gemini ip address ).
Is there a possibility to connect to gemini from my macbook ( OS X ) or android to gemini without internet ?
Thank you.

Thiago Alves

  • Newbie
  • *
  • Posts: 12
    • View Profile
SSH Gemini from android or Mac
« Reply #1 on: August 08, 2019, 05:33:14 am »
This is not a Gemini issue, this is a network issue. If you want to access your Gemini from anywhere, you need to configure your router to do port forwarding on port 22 (ssh port). You can find more information about that on the internet. Once your router is configured, it will forward all port 22 requests to your Gemini.

cam1965

  • Sr. Member
  • ****
  • Posts: 422
    • View Profile
    • http://
SSH Gemini from android or Mac
« Reply #2 on: August 08, 2019, 02:44:50 pm »
Quote from: Thiago Alves
This is not a Gemini issue, this is a network issue. If you want to access your Gemini from anywhere, you need to configure your router to do port forwarding on port 22 (ssh port). You can find more information about that on the internet. Once your router is configured, it will forward all port 22 requests to your Gemini.

OK. Thank you.