User:Sfiggins/RH-TACACS with LDAP Backend

From Labrats.us
< User:Sfiggins
Revision as of 17:25, 13 December 2018 by Sfiggins (talk | contribs)
Jump to navigationJump to search

Install and Setup New CentOS 7 Server

Create base Centos 7 server, as documented below

New CentOS 7 Server Setup Commands

Edit /etc/ssh/sshd_config to enable X11 forwarding

edit /etc/ssh/sshd_config and replace:

X11Forwarding no
X11UseLocalhost yes

with:

X11Forwarding yes
X11UseLocalhost no

And add:

AddressFamily inet

Restart sshd

# /etc/init.d/sshd restart