SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Introduction to SSH Secure Shell >>
    Configuring SSH Secure Shell >>
    Authentication >>
    Log Messages
        Log Message Reference >>
            User Authentication - Common
            User Authentication - Host-Based
            User Authentication - Keyboard-Interactive PAM
            User Authentication - Keyboard-Interactive Password
            User Authentication - Keyboard-Interactive
            User Authentication - Kerberos TGT
            User Authentication - Kerberos
            User Authentication - PAM
            User Authentication - Password
            User Authentication - Public Key
            User Authentication - SecurID
            Certificate-specific code
            SFTP Server
            Agent Forwarding
            Session Channels
            SSH1 Agent Forwarding
            Port Forwarding
            X11 Forwarding
            Common Code
            Host Key I/O
            General Server Log Messages
            SFTP
    Using SSH Secure Shell >>
    Tool Syntax>>
    Technical Specifications >>

Session Channels

Session channel open request received

Received a channel open request, type <channel-type>, channel id
<channel-number>

Received a session channel open request of the specified type with specified channel id.

Closing session channel

Destroying session channel <channel-number>

The server is destroying the session channel with the specified id number.

Session channel extension request received

Received a session channel extension request of type
<extension-type> for channel number <channel-number>

Received a session channel extension request of the specified type for the channel with specified id number.

Setting environment variable denied

User tried to set environment variable '<environment-variable>'
to '<variable-value>' in "<filename>", but was denied by
policy. 

Setting the environment variable denied by server policy.

Opening log for internal SFTP server

Opening log for internal sftp-server.

The server opened the log for the internal SFTP server.

Chrooting user

User '<login-name>' will be chrooted to directory
'<directory-name>'.

The server is chrooting the user into a directory.

Changed to run on user privileges

Now running on <login-name>'s privileges.

The server has dropped root privileges and is now running on user's privileges.

Setting environment variable denied by public key options

User tried to set environment variable '<environment-variable>'
to '<variable-value>' in public key options, but was denied by
policy. 

Setting the environment variable denied by public key options.

Starting internal SFTP server

Starting internal sftp-server for user '<login-name>', sshd2 PID
[<pid-number>].

The internal SFTP server is starting.

Stopping internal SFTP server

Stopping internal sftp-server for user '<login-name>', sshd2 PID
[<pid-number>].

The internal SFTP server is stopping.

Bad data received in environment variable setting

Bad data on ssh_channel_request_env().

Decoding an environtment variable setting request failed in the ssh_channel_request_env function.

Invalid values received in environment variable setting

Invalid values on request to set environment variable:
name='<variable-name>',value='<variable-value>'.

The environment variable setting request contained invalid values.

Environment variable setting forbidden by policy

Client tried to set environment variable '<variable-name>' to
'<variable-value>', but it is forbidden by policy.

The environment variable setting failed because of server policy.

Terminal access denied

Terminal access is denied for user '<login-name>'.

The server configuration doesn't allow a terminal for the user.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice