Yildirim's Documentations

Yildirim's Documentations

Follow
Follow
home
Tag

centos

#centos

More content

Read more stories on Hashnode


Articles with this tag

Granting ssh access on selinux enforcing systems to a user with a custom home directory other than /home

Jan 23, 20231 min read91 views

Work in progress sudo semanage fcontext --add -t ssh_home_t "/path/to/my/.ssh(/.*)?"; sudo restorecon -FRv /path/to/my/.ssh

Granting ssh access on selinux enforcing systems to a user with a custom home directory other than /home