Memo

メモ > サーバ > 各論: エトセトラ > SFTP用ユーザの追加(鍵認証なし)

■SFTP用ユーザの追加(鍵認証なし)
※SFTPは実質SSHなので、ユーザ追加の手順はSSHと同じ
# vi /etc/ssh/sshd_config
PasswordAuthentication yes … パスワード認証を許可
# useradd webmaster # passwd webmaster # usermod -a -G apache webmaster

Advertisement