Through ssh whole directory structure from / is shared
regardless the user we have connected with ....... how do i
prevent sharing ??

Answers were Sorted based on User's Feedback



Through ssh whole directory structure from / is shared regardless the user we have connected with ..

Answer / manoj

i am not agree with above answer i think it shows hoe to
configure ssh.. u have to define indivisual security with
permission to a file & directory..
its benefitial to use setfacl command for secure your
stuff..

Is This Answer Correct ?    7 Yes 1 No

Through ssh whole directory structure from / is shared regardless the user we have connected with ..

Answer / parveen khera

Hi,

You can use any of these below mentioned:

1. Use restricted bash(rbash), which not only restricts
users to their home directory but also provides other
required restrictions. http://www.wlug.org.nz/rbash%281%29
or
http://pizzashack.org/rssh/
2. Use SSH Jail with PAM_ChRoot:
http://singe.za.net/blog/archives/378-Linux-SSH-Jail-with-pam_chroot.html
3. Use Jail Kit Chroot:
http://olivier.sessink.nl/jailkit/jk_chrootsh.8.html

Thanks.

Is This Answer Correct ?    0 Yes 0 No

Through ssh whole directory structure from / is shared regardless the user we have connected with ..

Answer / vishal sharma

vi /etc/ssh/sshd_config
"in last line enter the folowing entry"
AllowUsers "username"

And

vi /etc/hosts.deny
"in last line enter the folowing entry"
sshd: ALL EXCEPT "DOMAIN-NAME"

Is This Answer Correct ?    6 Yes 7 No

Through ssh whole directory structure from / is shared regardless the user we have connected with ..

Answer / susheel narayan singh

# vim /etc/host.deny
(press i)
sshd:ALL

wq:

Note: This is tcp_wrappers configuration by this way u can
prevent.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Linux AllOther Interview Questions

What utility can you use to automate rotation of logs?

2 Answers  


Give a Linux shell command to find all files in a directory which contain ip addresses.

1 Answers   Amazon,


How to convert an IP address to a Domain name using Unix ?

2 Answers   Verse Innovation,


how to install linux OS? pls send step by step

3 Answers  


why you are using nis server

2 Answers  






How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?

2 Answers   OnMobile,


There are 4 network Interfaces, how can we find which one is Primary.

2 Answers  


What are RPM?s, what do they offer?

2 Answers  


User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?

5 Answers   Oracle,


how can i make an user to nologin without locking the account for the user

7 Answers   CSS, CSS Corp,


Tell me the 5 differences between Linux and Unix?

4 Answers  


How to build new filesystem ? and what is irig file system?

3 Answers  


Categories