LoginSignup
1
1

More than 5 years have passed since last update.

VyOSでSSHの公開鍵認証を有効にして、パスワード認証を無効にする

Last updated at Posted at 2015-07-26

公開鍵認証の設定

loadkey $ユーザ名 $公開鍵ファイル

パスワード認証を無効にする

set service ssh disable-password-authentication

SSHv2のみを使う

set service ssh protocol-version v2
1
1
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
1
1