ユーザー追加とか [NetBSD]
やったことのおぼえがき
[sshd を有効化]
/etc/rc.conf に
sshd=YES
を追加
root では ssh でログインできないので
[ユーザー追加]
# useradd -G wheel -g users -m -s /bin/sh nakagami
(-m オプションっていうのが、 ユーザーディレクトリの作成)
# passwd (で、パスワード変更)
やったことのおぼえがき
[sshd を有効化]
/etc/rc.conf に
sshd=YES
を追加
root では ssh でログインできないので
[ユーザー追加]
# useradd -G wheel -g users -m -s /bin/sh nakagami
(-m オプションっていうのが、 ユーザーディレクトリの作成)
# passwd (で、パスワード変更)
コメント 0