apache-sshd Questions
1
Solved
I need to limit the concurrent sessions allowed per user in an apache SshServer. I found two references to this functionality, but they seem to be obsolete.
Here's the original patch back in 2010:
...
Pompeii asked 11/6, 2020 at 8:46
1
I am trying to create a custom sftp server using Apache Mina SSHD. My code so far:
SshServer sshd = SshServer.setUpDefaultServer();
sshd.setPort(PORT_NUMBER);
sshd.setKeyPairProvider(new Simple...
Heres asked 18/1, 2020 at 17:23
1
© 2022 - 2024 — McMap. All rights reserved.