#62g - Ubuntu AD integration 21.04 - SSH access and restriction

preview_player
Показать описание
Here I show how to install and enable SSH access, how it behaves with and without FQDN's and then how to restrict access using groups in AD and locally.

sudo apt install openssh-server

sudo nano /etc/ssh/sshd_config

sudo groupadd ssh
sudo usermod -a -G ssh dave
grep ssh /etc/groups

------------------------------------------- Get Social -------------------------------------------
Рекомендации по теме
Комментарии
Автор

Hi. Great miniseries. Thanks. Could you follow up with automounting Win shares (like a public group share on a windows fileserver on the domain) with the user kerberos ticket for authentication?

eckehardsiegmann
Автор

Thanks for your content., :-)
can your please increase VM's console/terminal font size and also full screen helps .,

majnu.
Автор

Thank You so much. What if we have same Group name on Local & AD as well ?

ramk