turns out I edited the /etc/security/limits.conf with invalid values and sshd is not happy about it.
for ppl who are in the same shoe you can use web terminals (install them as app in web) and fix the limits file.
Search found 4 matches
- 25 Sep 2023, 06:52
- Forum: System Configuration
- Topic: can't access ssh/telnet
- Replies: 1
- Views: 1010
- 25 Sep 2023, 06:49
- Forum: Developer Discussion Room
- Topic: how to use mklink on tos
- Replies: 2
- Views: 955
Re: how to use mklink on tos
thanks! I was thinking there's a tool with same name and forget ln.outkastm wrote: ↑22 Sep 2023, 17:13 mklink is a windows tool.
For NAS use
Code: Select all
ln file1.txt hardlink.txt
- 25 Sep 2023, 06:36
- Forum: System Configuration
- Topic: can't access ssh/telnet
- Replies: 1
- Views: 1010
can't access ssh/telnet
I started to see this problem (was working fine) and I've no idea why.
I can connect via ssh and I get "Welcome to Tnas!" then connection closed.
I can connect to telnet but I get "Permission denied".
I've tried restart and it didn't help.
What should I do?
I can connect via ssh and I get "Welcome to Tnas!" then connection closed.
I can connect to telnet but I get "Permission denied".
I've tried restart and it didn't help.
What should I do?
- 22 Sep 2023, 00:46
- Forum: Developer Discussion Room
- Topic: how to use mklink on tos
- Replies: 2
- Views: 955
how to use mklink on tos
I want to use mklink for some file hard-linking. How can I use it?