Created
December 3, 2009 20:27
-
-
Save peteonrails/248481 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pjackson@host]$ cat ~/.ssh/environment | |
ORACLE_BASE="/opt/oracle" | |
ORACLE_HOME="/opt/oracle/product/10.2.0/client_1" | |
DYLD_LIBRARY_PATH=/opt/oracle/product/10.2.0/client_1/lib | |
[pjackson@host]$ sudo grep PermitUser /etc/ssh/sshd_config | |
PermitUserEnvironment yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment