extra OpenBSD configuration

These are steps for enabling an interface and sshd at start-up. These apply when you didn't configure/enable them during installation.

Network Interface
1) Create the file /etc/hostname.interface_name. In my case, interface_name is vr0. So, the file would be /etc/hostname.vr0
2) Add the line this line to the file:

inet 192.168.255.1 255.255.0.0

sshd
1) edit /etc/rc.conf.local, change sshd_flags=NO to sshd_flags=""