help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SSH Questions


From: Gerard ROBIN
Subject: Re: SSH Questions
Date: Sun, 3 Oct 2021 01:18:27 +0200

Le Sat, Oct 02, 2021 at 06:59:53PM +0200, Julius Hamilton a écrit :
> Date: Sat, 2 Oct 2021 18:59:53 +0200
> From: Julius Hamilton <juliushamilton100@gmail.com>
> To: "help-bash@gnu.org" <help-bash@gnu.org>
> Subject: SSH Questions
> X-Spam_score_int: -17
> X-Spam_score: -1.8
> X-Spam_bar: -
> X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
>  DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
>  FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001,
>  RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001
>  autolearn=ham autolearn_force=no
> X-Spam_action: no action
> 
> Hey,
> 
> I’d like to SSH into Termux, a terminal emulator app, from the iOS app
> Termius.
> 
> Following this online guide:
> https://joeprevite.com/ssh-termux-from-computer
> 
> I set a password with the command passwd and found my username with the
> command whoami. I believe I found my IP address with the command ifconfig.
> It returned three IP addresses, lo, rmnet, and wlan0. I decided to use the
> last one.
> 
> I started the SSH with sshd. I then tried to check it with “logcat -s
> ‘ssh:*’”. This returns “———- beginning of main”, rather than the port
> number as the guide says. I also tried to SSH in with the credentials and
> it said it can’t be reached.
> 
> Does anyone know why this is? I’m asking here because the SSH mailing list
> says you have to read the docs first, which I’m doing but it’s gonna take
> me a while.
> 
> Is the issue that openssh is not configured well for Termux so it’s not
> actually starting on the port?

Hello,
i have the same problem with ssh, I cannot connect to termux (on my iphone)
from my laptop. I think it's a security problem but I don't know the solution.
However by following the wiki: https://wiki.termux.com/wiki/Remote_Access
this works:

sftp -P 8022 u0_a934@192.168.0.565
u0_a934@192.168.0.565's password: xxxxxxxxx

Connected to 192.168.0.565.
sftp>

HTH.
-- 
Gerard
_____________________________
*****************************
 Created with Mutt  2.0.5 
 under Debian Linux BULLSEYE
*****************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]