Hey guys,
I am working on my git server, and SSH its claiming about have no access to /dev/tty inside of jail.
After read about this issue, I have found is need setup on /etc/rc.conf to start it using:
And on my jail.conf I need use devfs_ruleset, the level 3 and 5 have access to /dev/tty, so what should use focusing on security?
Big number is lesse secure?
I am working on my git server, and SSH its claiming about have no access to /dev/tty inside of jail.
After read about this issue, I have found is need setup on /etc/rc.conf to start it using:
Code:
devfs_load_rulesets="YES"
And on my jail.conf I need use devfs_ruleset, the level 3 and 5 have access to /dev/tty, so what should use focusing on security?
Big number is lesse secure?