2014年3月7日金曜日

8.4-Releaseインストール直後のSSHアクセス

Teraterm v4.81
プレーンテキストNG

こちら様に感謝。
http://server-setting.info/freebsd/freebsd_ssh_install.html
http://www.kishiro.com/FreeBSD/ssh.html




/etc/ssh/sshd_conf

Protocol 2

PermitRootLogin no
PasswordAuthentication yes
PermitEmptyPasswords no
AllowUsers daredare


% su
 Password:#
/bin/kill -s HUP (PID)
で、アクセス可となる。


su と exit


鍵についてはちょっと後になってから
http://www.kishiro.com/FreeBSD/ssh.html

0 件のコメント:

コメントを投稿