Displaying 1 result from an estimated 1 matches for "ic15".
Did you mean:
i915
2013 Apr 15
12
[Bug 2090] New: SSH/SSHD hang with a Match User setting in sshd_config .
...is the issue . It will hang.):
SSH hangs after random number of repeated login requests ( see the
infinite while loop used to send repeated login
requests . Also ,Since Public key authentication has been configured
for user "test" , it will not ask for its password ).
(0) root @ ic15: 7.1.0.0: /
# su test
(0) test @ ic15: 7.1.0.0: /
# while
> true
> do
> ssh localhost
> done
This service allows sftp connections only.
Connection to localhost closed.
This service allows sftp connections only.
Connection to localhost closed.
This service allows sftp connections only....