You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
When using ssh to log into a LAN address, in my case 192.168.160.130 it leads termux to hang after the cursor starts a new line. Nothing is printed at all, nothing SSH related or at all, and the application must be closed via the Exit option on the notification.
Steps to reproduce
Setup a Debian 9 VM && apt-get install openssh-server
run 'ip a' to obtain the lan address: example output:
root@localhost:/home/ratbox# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:0c:29:60:72:a9 brd ff:ff:ff:ff:ff:ff
inet 192.168.160.130/24 brd 192.168.160.255 scope global dynamic ens33
valid_lft 1718sec preferred_lft 1718sec
inet6 fe80::20c:29ff:fe60:72a9/64 scope link
valid_lft forever preferred_lft forever
in /etc/ssh/sshd_config disallow root login and restarted the ssh server:
PermitRootLogin no
on termux, run (in this example): ssh [email protected] (replace username with a username other than root)
Observe how the termux cursor goes to a new line, but does not display anything. All entered commands are shown but do not trigger anything at all. This state persists until the app is forcebly closed.
Expected behavior
An SSH connection is at least attempted and, with correct credentials, successfully established..
Problem description
When using ssh to log into a LAN address, in my case 192.168.160.130 it leads termux to hang after the cursor starts a new line. Nothing is printed at all, nothing SSH related or at all, and the application must be closed via the Exit option on the notification.
Steps to reproduce
Setup a Debian 9 VM && apt-get install openssh-server
run 'ip a' to obtain the lan address: example output:
root@localhost:/home/ratbox# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:0c:29:60:72:a9 brd ff:ff:ff:ff:ff:ff
inet 192.168.160.130/24 brd 192.168.160.255 scope global dynamic ens33
valid_lft 1718sec preferred_lft 1718sec
inet6 fe80::20c:29ff:fe60:72a9/64 scope link
valid_lft forever preferred_lft forever
in /etc/ssh/sshd_config disallow root login and restarted the ssh server:
PermitRootLogin no
on termux, run (in this example): ssh [email protected] (replace username with a username other than root)
Observe how the termux cursor goes to a new line, but does not display anything. All entered commands are shown but do not trigger anything at all. This state persists until the app is forcebly closed.
Expected behavior
An SSH connection is at least attempted and, with correct credentials, successfully established..
Additional information
Post output of command
termux-info
.$ termux-info
Updatable packages:
All packages are up to date
Subscribed repositories:
https://dl/bintry.com/grimler/science-packages-24 science/stable
https://dl/bintry.com/grimler/game-packages-24 games/stable
https://dl/bintry.com/grimler/termux-packages-24 stable/main
System information:
Linux localhost 4.4.111-16070901 #1 SMP PREEMPT Tue Jul 2 16:00:01 KST 2019 aarch64 Android
Termux-packages arch:
aarch64
Android version:
9
Device manufacturer:
samsung
Device model:
SM-A750FN
$
The text was updated successfully, but these errors were encountered: