カテゴリユーザー文書 技術文書 仕様書
タイトル *
説明
ファイル (サイズの上限: 48.828 MB)
キャンセル
2015/12/14 16:26
$ useradd admin$ passwd admin
$ vi /etc/ssh/sshd_config
Port 10022 PermitRootLogin no PermitEmptyPasswords no PasswordAuthentication yes AllowUsers admin
$ /etc/init.d/sshd restart