LoginSignup
5
4

More than 5 years have passed since last update.

sshの最大接続数を変更する

Posted at

環境

Ubuntu

方法

最大接続数を30にする(デフォルトは10)

/usr/sbin/sshd -T -f /dev/null -oMaxStartups=30 | grep -i MaxStartups
5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4