Solaris Administration for ssh users


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Administration for ssh users
# 1  
Old 07-14-2009
Solaris Administration for ssh users

Hi All,

I am in desperate need of a help. Actually , wanted to maintain logs for all the users who ssh to a solaris system and keep track of all the activities they perform. And at the end of the session a mail to be sent to my email id. Can someone plz help.
# 2  
Old 07-14-2009
There are three general solutions:
1. a Program which intercepts the TTY and captures input/output for the session
2. Solaris auditing can give you fine-grained detail about this.
3. an LD_PRELOAD module which intercepts library calls to exec. This is provided by a program called snoopy. Read here for more. It's known to work on Linux and should work with Solaris.
# 3  
Old 07-14-2009
Wireshark , every system conection is logged , but as root you must respect privacy
# 4  
Old 07-14-2009
"dtrace" can do this... but microbot is right, you've to respect the others!
# 5  
Old 07-14-2009
Wireshark can be used to sniff ssh connections?
# 6  
Old 07-14-2009
Yes SSH can be sniffed with wireshark and if you install a good keyloger on network you can get passwords and usernames , but that is illegal action . If you going to sniff using wireshark you just look for http 1,0
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Cybersecurity

Private account for administration users

Hello, My DBAs are connecting to the unix servers with ORACLE account. I would like to create for each one of them a private user . Only after connecting in ther private user allow them to su -oracle . My problem is that i need to prevent them from connecting remothly with SSH as oracle user.... (1 Reply)
Discussion started by: yoavbe
1 Replies

2. Solaris

Solaris User Administration

unable to run smgroup / smadd command to create or modify the users and directories. (1 Reply)
Discussion started by: sendhils13
1 Replies

3. Solaris

Solaris User Administration

Hi All..... How many maximum no of users can be created in solaris 10.0 Waiting for the reply ..... (2 Replies)
Discussion started by: sendhils13
2 Replies

4. UNIX for Dummies Questions & Answers

Need Books on Solaris 10 Administration

Hi Everyone, Could you please help me with Solaris 10 administration docs? I need this as i will soon be taking up the role of a administrator.. (2 Replies)
Discussion started by: sankasu
2 Replies

5. Solaris

Solaris 10 Zone Administration.

Hey now! I am new to Solaris 10 (at least to using Zones on it) I have just been handed a bunch of servers with zones already created. and I am adding users, setting up .bash_profile and .bashrc scripts. Does anyone know a way to do things like user adds on all the non-global zones at... (6 Replies)
Discussion started by: BrewDudeBob
6 Replies

6. Solaris

Steps toward Solaris Administration

Dear All, I am currently working as Unix Operator. I am looking forward for Unix Solaris Administration. I need everyone's guidance on this forum, please advice me from where should i start. well i have already installed Solaris version on X86. So please let me know what should i do to become... (9 Replies)
Discussion started by: imrankhan.in
9 Replies

7. UNIX for Dummies Questions & Answers

solaris administration book

hi can anyone give me a link of Solaris administration book (solaris 10). Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

8. UNIX for Dummies Questions & Answers

regds solaris administration

hii alll I need clarification regarding solaris administration what the best way to fine tune the solaris system in in sparc system.I had solaris 8 running on sunblade 1000 can i delete files from var(like what all files i can delete or remove) like wise for other slices what all i can... (1 Reply)
Discussion started by: solaris8in
1 Replies
Login or Register to Ask a Question