If inside tinyssh I write this command "ulimit -n 65536", it throws this error:
-bash: ulimit: open files: cannot modify limit: Operation not permitted
I have tried this to solve the problem:
1.-Install the last version (20260401)
2.- Try with same user and the same linux box:
a)With sshd "ulimit -n 65536" works without any problem
b)With tinyssh it throws the error.
3.-Be sure that my file /etc/pam.d/login has this line:
session required /lib/security/pam_limits.so
¿Would you help me please?
If inside tinyssh I write this command "ulimit -n 65536", it throws this error:
-bash: ulimit: open files: cannot modify limit: Operation not permitted
I have tried this to solve the problem:
1.-Install the last version (20260401)
2.- Try with same user and the same linux box:
a)With sshd "ulimit -n 65536" works without any problem
b)With tinyssh it throws the error.
3.-Be sure that my file /etc/pam.d/login has this line:
session required /lib/security/pam_limits.so
¿Would you help me please?