TomIO
TomIO
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
pkg rei openssh
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Oh right, we have voice channels.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
(I actually have this set up for all my hosts, but this is the one for Termux)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
I have my SSH connection for Termux set up as a Host section in my ~/.ssh/config.
# ssh access for Termux in home network
Host Termux Phone termux phone
# Termux disregards the supplied User since its effectively a single-user system
User ssh
Hostname 192.168.111.3
Port 8022
IdentityFile ${HOME}/.ssh/keys/local/rsa-4096_Termux
IdentitiesOnly yes
# ssh access for Termux in home network
Host Termux Phone termux phone
# Termux disregards the supplied User since its effectively a single-user system
User ssh
Hostname 192.168.111.3
Port 8022
IdentityFile ${HOME}/.ssh/keys/local/rsa-4096_Termux
IdentitiesOnly yes
That way you can just type in ssh termux, or ssh phone.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Wait no you said you already did that.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
I mean, we could just make a key pair on the phone and use ssh-copy-id to send it over to the PC.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
We wanna check if the Port has been modified.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
I guess cat?
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Or nano or vim or whatever.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
You can check $PREFIX/etc/ssh/sshd_config
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Yeah... it shouldn't do that or even be able to do that.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
That's good.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Maximum is 3 -v's but more doesn't hurt.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Termux doesn't use a password for anything other than SSH authentication.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
We don't do that here.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
passwd
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Well it's encrypted... That is your SSH password after all, don't want it sitting there in plaintext.
133 replies