Rshd requests logging


 
Thread Tools Search this Thread
Operating Systems SCO Rshd requests logging
Prev   Next
# 3  
Old 01-30-2015
ITYM most but not all ssh logins do work.
I don't know your OS, so here is a general hint for Unix systems:
Ensure your sshd_config has SyslogFacility auth,
then its standard log level is auth.info.
Enable this one in syslog.conf.
For even more info, you can change log level in syslog.conf to auth.debug.
This User Gave Thanks to MadeInGermany For This Post:
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Syslog not logging successful logging while unlocking server's console

When unlocking a Linux server's console there's no event indicating successful logging Is there a way I can fix this ? I have the following in my rsyslog.conf auth.info /var/log/secure authpriv.info /var/log/secure (1 Reply)
Discussion started by: walterthered
1 Replies

2. Shell Programming and Scripting

How to ignore requests in dhcpd?

Hi there, I setup a dhcp server on a debian. It is designed to only assign ip addresses to a list of known hosts. The config file looks like : log-facility local6; ignore unknown-clients; subnet 172.16.0.0 netmask 255.255.0.0 { } host 1 { hardware ethernet 00:03:2d:xx:xx:xx; fixed-address... (3 Replies)
Discussion started by: chebarbudo
3 Replies

3. HP-UX

Some I/O requests to this LV are waiting

Hi All I have a blade BL860c running on a C7000 chassis, in which is connected to a NetApp, so lately I am having I/O issues, and dmesg as well as syslog.log is reporting the following: /dev/vg01/lvol2 file system file data error in dev/block 0/55892768 Page I/O error occurred while paging... (2 Replies)
Discussion started by: fretagi
2 Replies

4. AIX

rshd: 0826-813 Permission is denied.

Guy's I have two servers .. server1 and server2 I have configured the rshd and started the rshd demean in both servers by the below command . startsrc -t shell lssrc -t shell Service Command Description Status shell /usr/sbin/rshd rshd ... (4 Replies)
Discussion started by: Mr.AIX
4 Replies

5. AIX

niminv and rshd error

I am trying to run niminv on my nim master to collect info from my nim clients. : / -> niminv -o invcon -a targets=<nimclient> -a location=/tmp/inventory rshd: 0826-813 Permission is denied. geninv: 0645-007 ATTENTION: gi_nim_standalone() returned an unexpected result. Return Status: FAILURE... (4 Replies)
Discussion started by: nerradr
4 Replies

6. AIX

RSH intermittent error rshd: 0826-813 Permission is denied.

I am getting an error from one node in a set with RSH setup between them, node one will connect to node two every other time (consistently), however node to connects to node one every time without problem. Here is what I am seeing, makes no sense to me. Can anyone help? sbhcprdb01<root>: rsh... (6 Replies)
Discussion started by: JodyTek
6 Replies

7. UNIX for Dummies Questions & Answers

SFTP subsystem requests

Hi there, what is the meaning of this line: SFTP subsystem requests: 5 Time(s) in: /var/mail/root??? Tks in advance, GB (0 Replies)
Discussion started by: Giordano Bruno
0 Replies

8. Programming

rshd control string

My host environment is Linux and SCO systems talking to a remote SCO box. Authentication has been configured, I can do rcmd or rsh between the systems. I am trying to use rsh facility of remote unix box and I don't want to use system call to rsh or rcmd. Instead, I am trying to open 514 port... (3 Replies)
Discussion started by: migurus
3 Replies

9. UNIX for Dummies Questions & Answers

rshd vs. rexecd

Sun 5.8 Though I'd like to be using SSH, my client refuses to do so. So, I'm forced to use rsh/rexec for remote commands. My question is....when running a remote command via "rsh hostname <command>", do I need to have rexecd running, or just rshd on the remote server? Thanks in advance for... (1 Reply)
Discussion started by: jalburger
1 Replies

10. UNIX for Dummies Questions & Answers

turning off certain http requests

On a sparc solaris 8 host running sunone webserver 6 I would like to limit the http requests that can be used when port 80 is accessed. We currently have http/1.0 enabled. For example I would like to remove the http request DELETE. Regards, BLP (1 Reply)
Discussion started by: blp001
1 Replies
Login or Register to Ask a Question
rshd(8) 						      System Manager's Manual							   rshd(8)

NAME
rshd - The remote shell server SYNOPSIS
rshd [-aeln] FLAGS
The addresses for the hostname are requested, verifying that the name and address correspond. Causes rshd to check for the /etc/nolo- gin_{hostname} and /etc/nologin files. If either exists, rshd prints its contents and exits. Prevents the ruserok command from doing any validation based on the user's .rhosts file, unless the user is the superuser. Disables transport-level, keep-alive messages. SECURITY NOTE
This security-sensitive command uses the SIA (Security Integration Architecture) routine as an interface to the security mechanisms. See the matrix.conf(4) reference page for more information. DESCRIPTION
The rshd daemon is the server for the rcmd(3) routine and, consequently, for the rsh(1) program. The server provides remote execution facilities with authentication based on privileged port numbers from trusted hosts. The rshd daemon listens for service requests at the port indicated in the cmd service specification; see services(4). When a service request is received, the following protocol is initiated: The server checks the client's source port. If the port is not in the range 512 to 1023, the server aborts the connection. The server reads bytes from the socket up to a null (`') byte. The resultant string is interpreted as an ASCII number, base 10. If the number received in step 2 is nonzero, it is interpreted as the port number of a secondary stream to be used for the stderr option. A second connection is then created to the specified port on the client's machine. The source port of this second connection is also in the range 512 to 1023. The server checks the client's source address and requests the corre- sponding hostname (see gethostbyaddr(3), hosts(4), and named(8)). If the hostname cannot be determined, the dot-notation representation of the host address is used. If the hostname is in the same domain as the server (according to the last two components of the domain name), or if the -a flag is given, the addresses for the hostname are requested, verifying that the name and address correspond. If address veri- fication fails, the connection is aborted with the message Host address mismatch. A null-terminated username of at most 16 bytes is retrieved on the initial socket. This username is interpreted as the user identity on the client 's machine. A null-terminated username of at most 16 bytes is retrieved on the initial socket. This username is interpreted as a user identity to use on the server's machine. A null-terminated command to be passed to a shell is retrieved on the initial socket. The length of the command is limited by the upper bound on the size of the system's argument list. The rshd daemon then validates the user using ruserok(3), which uses the file /etc/hosts.equiv and the .rhosts file found in the user's home directory. The -l flag prevents ruserok(3) from doing any validation based on the user's .rhosts file, unless the user is the superuser. If rshd was started with the -e flag, the user is not the superuser, and either the /etc/nologin_{hostname} or /etc/nologin file exists, rshd prints the contents of the first file found and aborts the connection. If the file has a zero length, rshd prints a "logins disabled" message. A null byte is returned on the initial socket and the command line is passed to the normal login shell of the user. The shell inherits the network connections established by rshd. Transport-level, keep-alive messages are enabled unless the -n flag is present. The use of keep-alive messages allows sessions to be timed out if the client crashes or becomes unreachable. CAUTIONS
The authentication procedure used here assumes the integrity of each client machine and the connecting medium. This is insecure, but is useful in an open environment. DIAGNOSTICS
Except for the last diagnostic message listed, all diagnostic messages are returned on the initial socket, after which any network connec- tions are closed. An error is indicated by a leading byte with a value of 1 (0 is returned in step 9 above upon successful completion of all the steps prior to the execution of the login shell). The name of the user on the client's machine is longer than 16 characters. The name of the user on the remote machine is longer than 16 characters. The command line passed exceeds the size of the argument list (as configured into the system). No password file entry for the username existed. The server is currently not accepting connections. The chdir command to the home directory failed. The authentication procedure previously described failed. The pipe needed for the stderr option, but it was not created. A fork by the server failed. The user's login shell could not be started. This message is returned on the connection associated with the stderr option, and is not preceded by a flag byte. FILES
Specifies the command path Stops logins. In a cluster, there is also /etc/nologin_{hostname}. RELATED INFORMATION
Commands: rsh(1) Functions: rcmd(3), ruserok(3) delim off rshd(8)