OESF Portables Forum

Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: cam1965 on June 26, 2019, 12:00:10 pm

Title: SSH Gemini from android or Mac
Post by: cam1965 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.
Title: SSH Gemini from android or Mac
Post by: Thiago Alves 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.
Title: SSH Gemini from android or Mac
Post by: cam1965 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.