Suse Security Settings

 
Thread Tools Search this Thread
Operating Systems Linux SuSE Suse Security Settings
# 1  
Old 07-01-2015
Suse Security Settings

1)

PermitEmptyPasswords is set to No

# grep "^PermitEmptyPasswords" /etc/ssh/sshd_config
PermitEmptyPasswords no

If there is no output does it implies '
As parameter was not set mean system will also not accepted emptypassword.'

2)
Users is not allowed to set Environment Options

Code:
# grep PermitUserEnvironment   /etc/ssh/sshd_config
        

 PermitUserEnvironment no

Similiarly if there is no output does it implies that : As the environment was not set mean user restrict from environment option.
# 2  
Old 07-01-2015
1. Where is a question?

2. Look at man 5 sshd_config, you'll see their default values for your system. Or run:

Code:
$ sshd -f /dev/null -T

# 3  
Old 07-01-2015
grep "^PermitEmptyPasswords" /etc/ssh/sshd_config if there is not output does it mean that empty password is not allowed?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Password security Suse 11

hi guys Suse 11 SP x64 I want to set a password policy but I am unable to get it working I have this under /etc/pam.d/common-password password requisite pam_pwcheck.so nullok cracklib password required pam_unix2.so use_authtok nullok I tried the last... (1 Reply)
Discussion started by: karlochacon
1 Replies

2. AIX

default settings of security password in AIX

Hi Guy's Just I want to know the default settings of security password in AIX there is some changes happened in my machine when I try to change my password I'm getting this message Changing password for "root" root's New password: a minimum of 1 elapsed week between changes.... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

3. Shell Programming and Scripting

Write a shell script security policy settings for linux

The pro help! Write a shell script setup for linux security policies include: 1. login (username and password login). 2. add, delete your username and password. 3. firewall. Note: Write a shell script file as follows: If login successful then Step 2. If step 2 succeeds (ie add,... (1 Reply)
Discussion started by: ngovuongbinhtay
1 Replies

4. Solaris

SunSolaris-v5.9: Default Security Settings

I am working on SunSolaris- v5.9 and am trying to obtain default security settings (including password settings). Although in the AIX environment, to obtain default setting the following commands are used: /etc/security/user /etc/security/limits /etc/security/environ... (1 Reply)
Discussion started by: eysheikah
1 Replies

5. Cybersecurity

SuSe firewall settings

I am trying to set up a home network, with router for internet access All computers, in both windows and Suse 9.3 can get to the internet. Gateway 192.168.2.1 Computers on static IPs 192.168.2.2-5 When I go into Suse, the samba shares can be seen, and used, so that part is working, but... (0 Replies)
Discussion started by: MadonnaC
0 Replies

6. UNIX for Dummies Questions & Answers

mandrake 8.0 experts...how come it won't accept changes to security settings??

well after a possible hack last week that was a pain in the as* i have reinstalled and i am setting up my security settings before i connect to the internet this time... problem is that when i try to change the security setting using in the control setting the left panel (where the change is... (2 Replies)
Discussion started by: justchillin
2 Replies
Login or Register to Ask a Question