User Tools

Site Tools


Sidebar


wiki:freebsd:enable_ssh_on_freenas_jail

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Enable SSH on FreeNAS Jail ====== These instructions will work on any FreeBSD install, but you don't necessarily need nano to accomplish it. On a jail on FreeNAS you need nano because the keyboard combinations required to edit the config files cannot be executed on the web gui console. <code> passwd (set password) pkg update (update pkg database) pkg install nano (install nano text editor so you can edit in the browser console) nano /etc/ssh/sshd_config (edit ssh daemon config with nano) <ctrl+shift+w> to find text #change the following fields to listed values and un-hash "PermitRootLogin yes" "PasswordAuthentication yes" <ctrl+shift+x> to exit <Y> then <Enter> to save sysrc sshd_enable=yes (enable ssh) service sshd start </code>

wiki/freebsd/enable_ssh_on_freenas_jail.1455484652.txt.gz · Last modified: 2016/02/14 21:17 (external edit)