проблемы с доступом по SSH

Проблемы установки, настройки и работы Правильной Операционной Системы

Модератор: terminus

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 16:02:28

Доброго времени суток, комрады!

FreeBSD 7.0 on Intel Xeon

Возникла такая проблема:

Удалённо (SSH) пытался запустить выделенный сервер CS Source через скрипт:

Код: Выделить всё

#!/bin/sh
LOGFILE=/home/fanat1/CSS/server.log
cd /usr/home/fanat1/CSS
.srcds_run -game cstrice - ip *.*.*.* -port 27020 +maxplayers 28 +map de_aztec +sv_lan 0>> $LOGFILE 2>> $LOGFILE &
Произошол некий збой, сервер не запустился, консоль начала вести себя неадекватно (постоянно выскакивало сообщение про неудачный запуск сервера сорса), пришлось отправить машину в ребут.
После ребута я не могу зайти на эту машину удалённо по SSH, ни одним юзером, только прямой доступ, пробывал удалять старых узеров, создавать новых, не помогает, ни одни из них не может удалённо зайти на машину. Для конекта использую Путти, юзер авторизацию проходит, но после ввода правильного пароля окно сразу закрывается, в var/log/auth.log появляется запись - Accepted keyboard-interractive/pam for %username% from *.*.*.* ports 64497 ssh2.

Вопрос: почему не пускает через SSH ?
Перезапускал демон sshd, удалял сертефикаты, менял дефолтную оболочку, всё равно не могу удалённо зайти. Файрвола нет :st: .

Подскажите в какую сторону копать ?

Заранее спасибо за помощь :good:

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 16:08:41

показывайте ваши messages и auth.log
и права в /home/

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 16:43:49

Права в Home
Изображение

message
Изображение

auth.log
Изображение

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 16:46:13

а кто эту машину настраивал с нуля?

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 16:48:35

paradox писал(а):а кто эту машину настраивал с нуля?
я

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 16:50:15

если заходить Fanat2 через ssh тоже самое ? не пускает и вываливаться?

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 16:57:19

paradox писал(а):если заходить Fanat2 через ssh тоже самое ? не пускает и вываливаться?
Да, абсолютно так же.

Я во время установки сервака Сорса игрался с полномочиями файлов в домашних директориях, возможно в этом пробллема ?

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 16:58:10

попробу так еще

etc\ssh\sshd_config
добавь

Код: Выделить всё

UseDNS no
и перезагрузи sshd демона

и покажи pkg_info
со своей машины

и ненадо скриншотов
давай нормальный листинг

Я во время установки сервака Сорса игрался с полномочиями фалов в домашних директориях, возможно в этом пробллема ?
вполне

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 17:11:29

ДОбавил UseDNS no, перегрузил демона, не помогло.

pkg_info

Код: Выделить всё

GeoIP-1.4.6         Find the country that any IP address or hostname originates
apache-2.2.11_3     Version 2.2.x of Apache web server with prefork MPM.
appres-1.0.1        Program to list application's resources
autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms 
autoconf-2.61_2     Automatically configure source code on many Un*x platforms 
autoconf-2.62       Automatically configure source code on many Un*x platforms 
autoconf-wrapper-20071109 Wrapper script for GNU autoconf
automake-1.4.6_4    GNU Standards-compliant Makefile generator (1.4)
automake-1.9.6_3    GNU Standards-compliant Makefile generator (1.9)
automake-wrapper-20071109 Wrapper script for GNU automake
bash-4.0.10_2       The GNU Project's Bourne Again SHell
bdftopcf-1.0.1      Convert X font from BDF to PCF
beforelight-1.0.2   A sample screen saver for X
bison-2.4.1,1       A parser generator from FSF, (mostly) compatible with Yacc
bitmap-1.0.3        Bitmap editor and converter utilities for X
bitstream-vera-1.10_4 Bitstream Vera TrueType font collection
cclient-2007e,1     Mark Crispin's C-client mail access routines
cdrtools-2.01_6     CD/CD-R[W] and ISO-9660 image creation and extraction tools
compositeproto-0.4  Composite extension headers
damageproto-1.1.0_2 Damage extension headers
dbus-1.0.2_2        A message bus system for inter-application communication
dbus-glib-0.74      GLib bindings for the D-BUS messaging system
dmidecode-2.9       A tool for dumping DMI (SMBIOS) contents in human-readable 
dri-7.0.1,2         OpenGL hardware acceleration drivers for the DRI
editres-1.0.3       Dynamic resource editor for X Toolkit Applications
encodings-1.0.2,1   X.Org Encoding fonts
expat-2.0.0_1       XML 1.0 parser written in C
fixesproto-4.0      Fixes extension headers
font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font
font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font
font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font
font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font
font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font
font-alias-1.0.1    X.Org Font aliases
font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts
font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font
font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font
font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font
font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font
font-bh-ttf-1.0.0   X.Org Bigelow & Holmes TTF font
font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font
font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font
font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font
font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font
font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font
font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts
font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts
font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts
font-ibm-type1-1.0.0 X.Org IBM Type1 font
font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts
font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts
font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts
font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font
font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font
font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts
font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts
font-schumacher-misc-1.0.0 X.Org miscellaneous Schumacher fonts
font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font
font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts
font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts
font-util-1.0.1     Create an index of X font files in a directory
font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font
font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font
fontcacheproto-0.1.2 Fontcache extension headers
fontconfig-2.4.2_2,1 An XML-based font configuration API for X Windows
fontsproto-2.0.2    Fonts extension headers
fonttosfnt-1.0.3    Wrap a bitmap font in a sftn wrapper
freetype2-2.3.5     A free and portable TrueType font rendering engine
fslsfonts-1.0.1     List fonts served by the X font server
fstobdf-1.0.2       Generate BDF font from X font server
gamin-0.1.10        A file and directory monitoring system
gettext-0.16.1_3    GNU gettext package
glib-2.14.2         Some useful routines of C programming (current stable versi
gmake-3.81_2        GNU version of 'make' utility
gnome_subr-1.0      Common startup and shutdown subroutines used by GNOME scrip
hal-0.5.8.20070909  Hardware Abstraction Layer for simplifying device access
help2man-1.36.4_1   Automatically generating simple manual pages from program o
iceauth-1.0.2       ICE authority file utility for X
ico-1.0.2           Displays a wire-frame rotating plyhedron
inputproto-1.4.2.1  Input extension headers
jpeg-6b_7           IJG's jpeg compression utilities
kbproto-1.0.3       KB extension headers
libFS-1.0.0         The FS library
libGL-7.0.1         OpenGL library that renders using GLX or DRI
libICE-1.0.4,1      Inter Client Exchange library for X11
libSM-1.0.3,1       Session Management library for X11
libX11-1.1.3,1      X11 library
libXScrnSaver-1.1.2 The XScrnSaver library
libXTrap-1.0.0      The XTrap library
libXau-1.0.3_2      Authentication Protocol library for X11
libXaw-1.0.4,1      X Athena Widgets library
libXcomposite-0.4.0,1 X Composite extension library
libXcursor-1.1.9    X client-side cursor loading library
libXdamage-1.1.1    X Damage extension library
libXdmcp-1.0.2      X Display Manager Control Protocol library
libXevie-1.0.2      The Xevie library
libXext-1.0.3,1     X11 Extension library
libXfixes-4.0.3     X Fixes extension library
libXfont-1.3.1_2,1  X font libary
libXfontcache-1.0.4 The Xfontcache library
libXft-2.1.12       A client-sided font API for X applications
libXi-1.1.3,1       X Input extension library
libXinerama-1.0.2,1 X11 Xinerama library
libXmu-1.0.3,1      X Miscellaneous Utilities libraries
libXp-1.0.0,1       X print library
libXpm-3.5.7        X Pixmap library
libXprintAppUtil-1.0.1 The XprintAppUtil library
libXprintUtil-1.0.1 The XprintUtil library
libXrandr-1.2.2     X Resize and Rotate extension library
libXrender-0.9.4    X Render extension library
libXres-1.0.3_2     X Resource usage library
libXt-1.0.5         X Toolkit library
libXtst-1.0.3       X Test extension
libXv-1.0.3,1       X Video Extension library
libXvMC-1.0.4       X Video Extension Motion Compensation library
libXxf86dga-1.0.2   X DGA Extension
libXxf86misc-1.0.1  X XF86-Misc Extension
libXxf86vm-1.0.1    X Vidmode Extension
libdmx-1.0.2        DMX extension library
libdrm-2.3.0        Userspace interface to kernel Direct Rendering Module servi
libfontenc-1.0.4    The fontenc Library
libiconv-1.11_1     A character set conversion library
libltdl-1.5.26      System independent dlopen wrapper
libmcrypt-2.5.8     Multi-cipher cryptographic library (used in PHP)
liboldX-1.0.1       Old X library
libtool-1.5.24      Generic shared library support script
libvolume_id-0.75.0_1 Library to provide file system type information
libxkbfile-1.0.4    XKB file library
libxkbui-1.0.2      The xkbui library
libxml2-2.6.30      XML parser library for GNOME
linux_base-fc-4_10  Base set of packages needed in Linux mode (for i386/amd64)
listres-1.0.1       List resources in widgets
luit-1.0.2_2        Locale and ISO 2022 support for Unicode terminals
m4-1.4.9,1          GNU m4
mc-4.6.1_6          Midnight Commander, a free Norton Commander Clone
mkcomposecache-1.2_1 Program to create Compose cache files
mkfontdir-1.0.3     Create an index of X font files in a directory
mkfontscale-1.0.3   Creates an index of scalable font files for X
mysql-client-5.0.77_1 Multithreaded SQL database (client)
mysql-server-5.0.77_1 Multithreaded SQL database (server)
oclock-1.0.1        Round clock application for X
p5-gettext-1.05_1   Message handling functions
pciids-20071004     Database of all known ID's used in PCI devices
pcre-7.4            Perl Compatible Regular Expressions library
pdflib-7.0.3        A C library for dynamically generating PDF
pecl-pdflib-2.1.5   A PECL extension to create PDF on the fly
perl-5.8.8_1        Practical Extraction and Report Language
php5-5.2.9          PHP Scripting Language
php5-bz2-5.2.9      The bz2 shared extension for php
php5-ctype-5.2.9    The ctype shared extension for php
php5-dom-5.2.9      The dom shared extension for php
php5-filter-5.2.9   The filter shared extension for php
php5-ftp-5.2.9      The ftp shared extension for php
php5-gd-5.2.9       The gd shared extension for php
php5-gettext-5.2.9  The gettext shared extension for php
php5-hash-5.2.9     The hash shared extension for php
php5-iconv-5.2.9    The iconv shared extension for php
php5-imap-5.2.9     The imap shared extension for php
php5-json-5.2.9     The json shared extension for php
php5-mbstring-5.2.9 The mbstring shared extension for php
php5-mcrypt-5.2.9   The mcrypt shared extension for php
php5-mysql-5.2.9    The mysql shared extension for php
php5-mysqli-5.2.9   The mysqli shared extension for php
php5-openssl-5.2.9  The openssl shared extension for php
php5-pcre-5.2.9     The pcre shared extension for php
php5-pdo-5.2.9      The pdo shared extension for php
php5-pdo_sqlite-5.2.9 The pdo_sqlite shared extension for php
php5-posix-5.2.9    The posix shared extension for php
php5-session-5.2.9  The session shared extension for php
php5-simplexml-5.2.9 The simplexml shared extension for php
php5-spl-5.2.9      The spl shared extension for php
php5-sqlite-5.2.9   The sqlite shared extension for php
php5-tokenizer-5.2.9 The tokenizer shared extension for php
php5-xml-5.2.9      The xml shared extension for php
php5-xmlreader-5.2.9 The xmlreader shared extension for php
php5-xmlwriter-5.2.9 The xmlwriter shared extension for php
php5-zip-5.2.9      The zip shared extension for php
php5-zlib-5.2.9     The zlib shared extension for php
phpMyAdmin-3.1.3    A set of PHP-scripts to manage MySQL over the web
pixman-0.9.6        Low-level pixel manipulation library
pkg-config-0.22_1   A utility to retrieve information about installed libraries
png-1.2.22          Library for manipulating PNG images
policykit-0.1.20060514_4 Framework for controlling access to system-wide components
popt-1.7_4          A getopt(3) like library with a number of enhancements, fro
printproto-1.0.3    Print extension headers
pure-ftpd-1.0.21_4  A small, easy to set up, fast and very secure FTP server
pvpgn-1.8.5         Free Blizzard Battle.net emulation software
python25-2.5.1_1    An interpreted object-oriented programming language
randrproto-1.2.1    Randr extension headers
recordproto-1.13.2  RECORD extension headers
renderproto-0.9.3   RenderProto protocol headers
rgb-1.0.1           Uncompile an rgb corl-name database
rpm-3.0.6_13        The Red Hat Package Manager
rstart-1.0.2        Sample implementation of a Remote Start client
scripts-1.0.1       Various X related scripts
scrnsaverproto-1.1.0 ScrnSaver extension headers
sessreg-1.0.3       Manage utmp/wtmp entries for non-init X clients
setxkbmap-1.0.4     Set the keyboard using the X Keyboard Extension
showfont-1.0.1      Font dumper for the X font server
smproxy-1.0.2       Session Manager Proxy
t1lib-5.1.2_1,1     A Type 1 Rasterizer Library for UNIX/X11
trapproto-3.4.3     DEC-XTRAP extension headers
twm-1.0.3_3         Tab Window Manager for the X Window System
ucl-1.03_1          A data compression library with low memory usage
upx-3.03            The Ultimate Packer for eXecutables
verlihub-0.9.8.d.r2_3,1 A Direct Connect protocol server (Hub)
videoproto-2.2.2    Video extension headers
viewres-1.0.1       Graphical class browser for Xt
x11perf-1.4.1       X11 server performance test program
xauth-1.0.2         X authority file utility
xbacklight-1.1      Program to adjust backlight brightness
xbiff-1.0.1         Mailbox flag for X
xbitmaps-1.0.1      X.Org bitmaps data
xcalc-1.0.2         Scientific calculator for X
xclipboard-1.0.1    X clipboard client
xclock-1.0.3        Analog and digital clock for X
xcmsdb-1.0.1        Device Color Characterization utility for X
xconsole-1.0.3      Monitor system console messages with X
xcursor-themes-1.0.1_1 X.org cursors themes
xcursorgen-1.0.2    Create an X cursor file from a collection of PNG images
xdbedizzy-1.0.2     Demo of DBE creating a double buffered spinning scene
xditview-1.0.1      Display ditroff output
xdm-1.1.6_2         X.Org X display manager
xdpyinfo-1.0.2      Display information utility for X
xdriinfo-1.0.2      Query configuration information of DRI drivers
xedit-1.0.2         Simple text editor for X
xev-1.0.2           Print contents of X events
xextproto-7.0.2     XExt extension headers
xeyes-1.0.1         A follow the mouse X demo
xf86-input-keyboard-1.2.2_1 X.Org keyboard input driver
xf86-input-mouse-1.2.3 X.Org mouse input driver
xf86-video-ati-6.7.195 X.Org ati display driver
xf86-video-i810-1.6.5_3 X.Org i810 display driver
xf86-video-nv-2.1.6 X.Org nv display driver
xf86-video-vesa-1.3.0_1 X.Org vesa display driver
xf86-video-vga-4.1.0_1 X.Org vga display driver
xf86-video-via-0.2.2_2 X.Org via display driver
xf86dga-1.0.2       Test program for the XFree86-DGA extension
xf86dgaproto-2.0.3  XFree86-DGA extension headers
xf86miscproto-0.9.2 XFree86-Misc extension headers
xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers
xfd-1.0.1           Display all characters in an X font
xfindproxy-1.0.1    Locate available proxy services
xfontsel-1.0.2      Point and click selection of X11 font names
xfs-1.0.5,1         X.Org font server
xfsinfo-1.0.1       X font server information utility
xfwp-1.0.1          X firewall proxy
xgamma-1.0.2        Gamma correction through the X server.
xgc-1.0.1           X graphics demo
xhost-1.0.2         Server access control program for X
xineramaproto-1.1.2 Xinerama extension headers
xinit-1.0.7         X Window System initializer
xkbcomp-1.0.3       Compile XKB keyboard description
xkbevd-1.0.2        XKB event daemon
xkbprint-1.0.1      Utility for printing an XKB keyboard description
xkbutils-1.0.1      XKB utility demos
xkeyboard-config-1.0_1 X Keyboard Configuration Database
xkill-1.0.1         Utility for killing a client by its X resource
xload-1.0.2         System load average display for X
xlogo-1.0.1         Displays the X Window System logo.
xlsatoms-1.0.1      List interned atoms defined on a server
xlsclients-1.0.1    List client applications running on a display
xlsfonts-1.0.2      Server font list displayer for X
xmag-1.0.2          X application for screen magnifying
xman-1.0.3          Manual page display program for X
xmessage-1.0.2      Display message or query in a X window
xmodmap-1.0.3       Utility for modifying keymaps and pointer button mappings i
xmore-1.0.1         Plain text display program for X
xorg-7.3_1          X.Org complete distribution metaport
xorg-apps-7.3       X.org apps meta-port
xorg-docs-1.4,1     X.org documentation files
xorg-drivers-7.3    X.org drivers meta-port
xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts
xorg-fonts-7.3      X.org fonts meta-port
xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts
xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-7.3 X.Org TrueType fonts
xorg-fonts-type1-7.3 X.Org Type1 fonts
xorg-libraries-7.3_1 X.org libraries meta-port
xorg-protos-7.3     X.org protos meta-port
xorg-server-1.4_4,1 X.Org X server and related programs
xphelloworld-1.0.1_1 Sends a test page to an Xprint printer
xplsprinters-1.0.1  Shows a list of Xprint printers
xpr-1.0.2           Utility for printing an X window dump
xprehashprinterlist-1.0.1 Recomputes the list of available printers.
xprop-1.0.3         Property displayer for X
xproto-7.0.10_1     X11 protocol headers
xrandr-1.2.2        Primitive command line interface to the RandR extension
xrdb-1.0.4          X server resource database utility
xrefresh-1.0.2      Refresh all or part of an X screen
xrx-1.0.1           RX helper program
xset-1.0.3          User preference utility for X
xsetmode-1.0.0      Set the mode for an X Input Device
xsetpointer-1.0.1   Set an X Input device as the main pointer
xsetroot-1.0.2      root window parameter setting utility for X
xsm-1.0.1           X Session Manager
xstdcmap-1.0.1      X standard colormap utility
xterm-229           Terminal emulator for the X Window System
xtrans-1.0.4        Abstract network code for X
xtrap-1.0.2         XTrap sample clients for X
xvidtune-1.0.1      Video mode tuner for X
xvinfo-1.0.2        Print out X-Video extension adaptor information
xwd-1.0.1           Dump an image of an X window
xwininfo-1.0.3      Window information utility for X
xwud-1.0.1          Image displayer for X 

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 17:16:07

давай еще

Код: Выделить всё

ps ax | grep ssh
more /etc/ssh/sshd_config

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 17:24:43

ps ax | grep ssh

Код: Выделить всё

935  ??  Is     0:00.00 /usr/sbin/sshd
 978  v2  RL+    0:00.00 grep ssh
/etc/ssh/sshd_config
в конфиге все закоментировано кроме двух строчек:

Код: Выделить всё

UseDNS no

Sybsystem sftp /usr/libexec/sftp-srver

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 17:27:01

добавь
в конфиг sshd_config
LogLevel DEBUG3
перегрузи sshd
и подключить еще раз
лог покажешь сюда
лог должен быть побольше

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 17:34:29

лог:

Код: Выделить всё

Sep  7 16:23:01 gameserver sshd[935]: Received SIGHUP; restarting.
Sep  7 16:23:01 gameserver sshd[997]: Server listening on :: port 22.
Sep  7 16:23:01 gameserver sshd[997]: Server listening on 0.0.0.0 port 22.
Sep  7 16:23:22 gameserver sshd[998]: Connection from *.*.*.* port 54403
Sep  7 16:23:30 gameserver sshd[998]: Accepted keyboard-interactive/pam for Zavod from *.*.*.* port 54403 ssh2
Sep  7 16:23:30 gameserver sshd[1001]: Connection closed by *.*.*.*
Sep  7 16:23:30 gameserver sshd[1001]: Closing connection to **
Sep  7 16:23:38 gameserver sshd[1004]: Connection from *.*.*.* port 54420
Sep  7 16:23:48 gameserver sshd[1004]: Accepted keyboard-interactive/pam for Fanat2 from *.*.*.* port 54420 ssh2
Sep  7 16:23:48 gameserver sshd[1007]: Connection closed by *.*.*.*
Sep  7 16:23:48 gameserver sshd[1007]: Closing connection to *.*.*.*


paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 17:38:47

фигня какая то
там лог побольше должен быть :x

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 17:39:42

а в dmesg не появился лог другой?
может он туда перекочевал

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 17:44:30

перегружай sshd

Код: Выделить всё

sh /etc/rc.d/sshd restart

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-07 17:57:09

dmesg.today

Код: Выделить всё

Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008
    root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz (2666.68-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x10676  Stepping = 6
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0xce3bd<SSE3,RSVD2,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,<b19>>
  AMD Features=0x20100800<SYSCALL,NX,LM>
  AMD Features2=0x1<LAHF>
  Cores per package: 4
usable memory = 4281188352 (4082 MB)
avail memory  = 4119814144 (3928 MB)
ACPI APIC Table: <PTLTD  	 APIC  >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18)
acpi0: <SMCI SMCISLP2> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 820082006000820
device_attach: est0 attach returned 6
p4tcc0: <CPU Frequency Thermal Control> on cpu0
cpu1: <ACPI CPU> on acpi0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 820082006000820
device_attach: est1 attach returned 6
p4tcc1: <CPU Frequency Thermal Control> on cpu1
cpu2: <ACPI CPU> on acpi0
est2: <Enhanced SpeedStep Frequency Control> on cpu2
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 820082006000820
device_attach: est2 attach returned 6
p4tcc2: <CPU Frequency Thermal Control> on cpu2
cpu3: <ACPI CPU> on acpi0
est3: <Enhanced SpeedStep Frequency Control> on cpu3
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 820082006000820
device_attach: est3 attach returned 6
p4tcc3: <CPU Frequency Thermal Control> on cpu3
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 2.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 16 at device 0.0 on pci1
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 0.0 on pci2
pci3: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
pci4: <ACPI PCI bus> on pcib4
pci4: <mass storage, RAID> at device 2.0 (no driver attached)
pcib5: <ACPI PCI-PCI bridge> at device 0.2 on pci3
pci5: <ACPI PCI bus> on pcib5
pcib6: <ACPI PCI-PCI bridge> irq 18 at device 2.0 on pci2
pci6: <ACPI PCI bus> on pcib6
em0: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> port 0x3000-0x301f mem 0xd8320000-0xd833ffff,0xd8300000-0xd831ffff irq 18 at device 0.0 on pci6
em0: Using MSI interrupt
em0: Ethernet address: 00:30:48:d1:85:ee
em0: [FILTER]
em1: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> port 0x3020-0x303f mem 0xd8360000-0xd837ffff,0xd8340000-0xd835ffff irq 19 at device 0.1 on pci6
em1: Using MSI interrupt
em1: Ethernet address: 00:30:48:d1:85:ef
em1: [FILTER]
pcib7: <ACPI PCI-PCI bridge> at device 0.3 on pci1
pci7: <ACPI PCI bus> on pcib7
pcib8: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pci8: <ACPI PCI bus> on pcib8
pcib9: <ACPI PCI-PCI bridge> at device 6.0 on pci0
pci9: <ACPI PCI bus> on pcib9
aac0: <Adaptec RAID 5805> mem 0xd8400000-0xd85fffff irq 18 at device 0.0 on pci9
aac0: Enabling 64-bit address support
aac0: New comm. interface enabled
aac0: [ITHREAD]
aac0: Adaptec 5805, aac driver 2.0.0-1
aac0: Error 5 sending VMIoctl command
pci0: <base peripheral> at device 8.0 (no driver attached)
pcib10: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
pci10: <ACPI PCI bus> on pcib10
uhci0: <Intel 631XESB/632XESB/3100 USB controller USB-1> port 0x1800-0x181f irq 17 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: <Intel 631XESB/632XESB/3100 USB controller USB-1> on uhci0
usb0: USB revision 1.0
uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 631XESB/632XESB/3100 USB controller USB-2> port 0x1820-0x183f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: <Intel 631XESB/632XESB/3100 USB controller USB-2> on uhci1
usb1: USB revision 1.0
uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 631XESB/632XESB/3100 USB controller USB-3> port 0x1840-0x185f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2: <Intel 631XESB/632XESB/3100 USB controller USB-3> on uhci2
usb2: USB revision 1.0
uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
ehci0: <Intel 63XXESB USB 2.0 controller> mem 0xd8900000-0xd89003ff irq 17 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <Intel 63XXESB USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb3
uhub3: 6 ports with 6 removable, self powered
pcib11: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci11: <ACPI PCI bus> on pcib11
vgapci0: <VGA-compatible display> port 0x4000-0x40ff mem 0xd0000000-0xd7ffffff,0xd8600000-0xd860ffff irq 18 at device 1.0 on pci11
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel 63XXESB2 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1860-0x186f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci0
ata1: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_button0: <Power Button> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse Explorer, device ID 4
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
sio1: [FILTER]
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FILTER]
ppc0: <Parallel port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: [ITHREAD]
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcafff,0xcb000-0xd17ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
hptrr: no controller detected.
acd0: DVDROM <DVD-ROM UJDA780/1.50> at ata0-slave UDMA33
aacd0: <RAID 1 (Mirror)> on aac0
aacd0: 69890MB (143134720 sectors)
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
Trying to mount root from ufs:/dev/aacd0s1a
em0: Hardware Initialization Failed
em0: Unable to initialize the hardware
em0: link state changed to UP 



debug.log

Код: Выделить всё

Mar  4 19:07:51  newsyslog[708]: logfile first created
Sep  7 16:23:01 gameserver sshd[997]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:23:01 gameserver sshd[997]: debug1: Bind to port 22 on ::.
Sep  7 16:23:01 gameserver sshd[997]: debug2: fd 4 setting O_NONBLOCK
Sep  7 16:23:01 gameserver sshd[997]: debug1: Bind to port 22 on 0.0.0.0.
Sep  7 16:23:22 gameserver sshd[997]: debug1: fd 5 clearing O_NONBLOCK
Sep  7 16:23:22 gameserver sshd[997]: debug1: Forked child 998.
Sep  7 16:23:22 gameserver sshd[997]: debug3: send_rexec_state: entering fd = 8 config len 181
Sep  7 16:23:22 gameserver sshd[997]: debug3: ssh_msg_send: type 0
Sep  7 16:23:22 gameserver sshd[997]: debug3: send_rexec_state: done
Sep  7 16:23:22 gameserver sshd[998]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Sep  7 16:23:22 gameserver sshd[998]: debug1: inetd sockets after dupping: 3, 3
Sep  7 16:23:22 gameserver sshd[998]: debug1: res_init()
Sep  7 16:23:22 gameserver sshd[998]: debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
Sep  7 16:23:22 gameserver sshd[998]: debug1: no match: PuTTY_Release_0.60
Sep  7 16:23:22 gameserver sshd[998]: debug1: Enabling compatibility mode for protocol 2.0
Sep  7 16:23:22 gameserver sshd[998]: debug1: Local version string SSH-2.0-OpenSSH_4.5p1 FreeBSD-20061110
Sep  7 16:23:22 gameserver sshd[998]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:23:22 gameserver sshd[998]: debug2: Network child is on pid 999
Sep  7 16:23:22 gameserver sshd[998]: debug3: preauth child monitor started
Sep  7 16:23:22 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:22 gameserver sshd[998]: debug3: monitor_read: checking request 0
Sep  7 16:23:22 gameserver sshd[998]: debug3: mm_answer_moduli: got parameters: 1024 4096 8192
Sep  7 16:23:22 gameserver sshd[998]: debug3: mm_request_send entering: type 1
Sep  7 16:23:22 gameserver sshd[998]: debug2: monitor_read: 0 used once, disabling now
Sep  7 16:23:22 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:23 gameserver sshd[998]: debug3: monitor_read: checking request 4
Sep  7 16:23:23 gameserver sshd[998]: debug3: mm_answer_sign
Sep  7 16:23:23 gameserver sshd[998]: debug3: mm_answer_sign: signature 0x801a12100(55)
Sep  7 16:23:23 gameserver sshd[998]: debug3: mm_request_send entering: type 5
Sep  7 16:23:23 gameserver sshd[998]: debug2: monitor_read: 4 used once, disabling now
Sep  7 16:23:23 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: monitor_read: checking request 6
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_answer_pwnamallow
Sep  7 16:23:27 gameserver sshd[998]: debug2: parse_server_config: config reprocess config len 181
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_send entering: type 7
Sep  7 16:23:27 gameserver sshd[998]: debug2: monitor_read: 6 used once, disabling now
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: monitor_read: checking request 45
Sep  7 16:23:27 gameserver sshd[998]: debug1: PAM: initializing for "Zavod"
Sep  7 16:23:27 gameserver sshd[998]: debug1: PAM: setting PAM_RHOST to "95.69.218.3"
Sep  7 16:23:27 gameserver sshd[998]: debug2: monitor_read: 45 used once, disabling now
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: monitor_read: checking request 3
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_answer_authserv: service=ssh-connection, style=
Sep  7 16:23:27 gameserver sshd[998]: debug2: monitor_read: 3 used once, disabling now
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: monitor_read: checking request 48
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_answer_pam_init_ctx
Sep  7 16:23:27 gameserver sshd[998]: debug3: PAM: sshpam_init_ctx entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_send entering: type 49
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:27 gameserver sshd[1000]: debug3: PAM: sshpam_thread_conv entering, 1 messages
Sep  7 16:23:27 gameserver sshd[1000]: debug3: ssh_msg_send: type 1
Sep  7 16:23:27 gameserver sshd[1000]: debug3: ssh_msg_recv entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: monitor_read: checking request 50
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_answer_pam_query
Sep  7 16:23:27 gameserver sshd[998]: debug3: PAM: sshpam_query entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: ssh_msg_recv entering
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_send entering: type 51
Sep  7 16:23:27 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 52
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pam_respond
Sep  7 16:23:30 gameserver sshd[998]: debug2: PAM: sshpam_respond entering, 1 responses
Sep  7 16:23:30 gameserver sshd[998]: debug3: ssh_msg_send: type 6
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_send entering: type 53
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[1000]: debug1: do_pam_account: called
Sep  7 16:23:30 gameserver sshd[1000]: debug3: PAM: do_pam_account pam_acct_mgmt = 0 (success)
Sep  7 16:23:30 gameserver sshd[1000]: debug3: ssh_msg_send: type 0
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 50
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pam_query
Sep  7 16:23:30 gameserver sshd[998]: debug3: PAM: sshpam_query entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: ssh_msg_recv entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: PAM: import_environments entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: sshpam_password_change_required 0
Sep  7 16:23:30 gameserver sshd[998]: debug3: PAM: num env strings 0
Sep  7 16:23:30 gameserver sshd[998]: debug1: PAM: num PAM env strings 0
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_send entering: type 51
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 52
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pam_respond
Sep  7 16:23:30 gameserver sshd[998]: debug2: PAM: sshpam_respond entering, 0 responses
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_send entering: type 53
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 54
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pam_free_ctx
Sep  7 16:23:30 gameserver sshd[998]: debug3: PAM: sshpam_free_ctx entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_send entering: type 55
Sep  7 16:23:30 gameserver sshd[998]: debug2: monitor_read: 54 used once, disabling now
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive_expect entering: type 46
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug1: do_pam_account: called
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_send entering: type 47
Sep  7 16:23:30 gameserver sshd[998]: debug1: monitor_child_preauth: Zavod has been authenticated by privileged process
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_get_keystate: Waiting for new keys
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive_expect entering: type 24
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:23:30 gameserver sshd[998]: debug2: mac_init: found hmac-sha1
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_get_keystate: Waiting for second key
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:23:30 gameserver sshd[998]: debug2: mac_init: found hmac-sha1
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_get_keystate: Getting compression state
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_get_keystate: Getting Network I/O buffers
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_share_sync: Share sync
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_share_sync: Share sync end
Sep  7 16:23:30 gameserver sshd[998]: debug2: User child is on pid 1001
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[1001]: debug3: PAM: opening session
Sep  7 16:23:30 gameserver sshd[1001]: debug1: PAM: reinitializing credentials
Sep  7 16:23:30 gameserver sshd[1001]: debug2: set_newkeys: mode 0
Sep  7 16:23:30 gameserver sshd[1001]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:23:30 gameserver sshd[1001]: debug2: set_newkeys: mode 1
Sep  7 16:23:30 gameserver sshd[1001]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:23:30 gameserver sshd[1001]: debug1: Entering interactive session for SSH2.
Sep  7 16:23:30 gameserver sshd[1001]: debug2: fd 5 setting O_NONBLOCK
Sep  7 16:23:30 gameserver sshd[1001]: debug2: fd 6 setting O_NONBLOCK
Sep  7 16:23:30 gameserver sshd[1001]: debug1: server_init_dispatch_20
Sep  7 16:23:30 gameserver sshd[1001]: debug1: server_input_channel_open: ctype session rchan 256 win 16384 max 16384
Sep  7 16:23:30 gameserver sshd[1001]: debug1: input_session_request
Sep  7 16:23:30 gameserver sshd[1001]: debug1: channel 0: new [server-session]
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_new: init
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_new: session 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_open: channel 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_open: session 0: link with channel 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: server_input_channel_open: confirm session
Sep  7 16:23:30 gameserver sshd[1001]: debug1: server_input_channel_req: channel 0 request pty-req reply 1
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_input_channel_req: session 0 req pty-req
Sep  7 16:23:30 gameserver sshd[1001]: debug1: Allocating pty.
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_request_send entering: type 25
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 25
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_request_receive_expect entering: type 26
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pty entering
Sep  7 16:23:30 gameserver sshd[998]: debug1: session_new: init
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug1: session_new: session 0
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_send entering: type 26
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pty: tty /dev/ttyp0 ptyfd 4
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_pty_req: session 0 alloc /dev/ttyp0
Sep  7 16:23:30 gameserver sshd[1001]: debug3: tty_parse_modes: SSH2 n_bytes 16
Sep  7 16:23:30 gameserver sshd[1001]: debug3: tty_parse_modes: 3 127
Sep  7 16:23:30 gameserver sshd[1001]: debug3: tty_parse_modes: ispeed 38400
Sep  7 16:23:30 gameserver sshd[1001]: debug3: tty_parse_modes: ospeed 38400
Sep  7 16:23:30 gameserver sshd[1001]: debug1: server_input_channel_req: channel 0 request shell reply 1
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_input_channel_req: session 0 req shell
Sep  7 16:23:30 gameserver sshd[1001]: debug1: PAM: setting PAM_TTY to "/dev/ttyp0"
Sep  7 16:23:30 gameserver sshd[1001]: debug2: fd 3 setting TCP_NODELAY
Sep  7 16:23:30 gameserver sshd[1003]: debug1: Setting controlling tty using TIOCSCTTY.
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: rfd 8 isatty
Sep  7 16:23:30 gameserver sshd[1001]: debug2: fd 8 setting O_NONBLOCK
Sep  7 16:23:30 gameserver sshd[1001]: debug3: fd 7 is O_NONBLOCK
Sep  7 16:23:30 gameserver sshd[1003]: debug3: Copy environment: FTP_PASSIVE_MODE=YES
Sep  7 16:23:30 gameserver sshd[1003]: debug3: Copy environment: BLOCKSIZE=K
Sep  7 16:23:30 gameserver sshd[1003]: debug3: Copy environment: MAIL=/var/mail/Zavod
Sep  7 16:23:30 gameserver sshd[1003]: debug3: Copy environment: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/Zavod/bin
Sep  7 16:23:30 gameserver sshd[1003]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: read<=0 rfd 8 len 0
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: read failed
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: close_read
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: input open -> drain
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: ibuf empty
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: send eof
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: input drain -> closed
Sep  7 16:23:30 gameserver sshd[1001]: debug2: notify_done: reading
Sep  7 16:23:30 gameserver sshd[1001]: debug1: Received SIGCHLD.
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_by_pid: pid 1003
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_exit_message: session 0 channel 0 pid 1003
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: request exit-status confirm 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_exit_message: release channel 0
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: write failed
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: close_write
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: output open -> closed
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_request_send entering: type 27
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: send close
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 27
Sep  7 16:23:30 gameserver sshd[1001]: debug3: channel 0: will not send data after close
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_pty_cleanup entering
Sep  7 16:23:30 gameserver sshd[998]: debug1: session_by_tty: session 0 tty /dev/ttyp0
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_session_close: session 0 pid 1001
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_session_close: tty /dev/ttyp0 ptyfd 4
Sep  7 16:23:30 gameserver sshd[998]: debug1: session_pty_cleanup: session 0 release /dev/ttyp0
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: rcvd close
Sep  7 16:23:30 gameserver sshd[1001]: debug3: channel 0: will not send data after close
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: is dead
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: gc: notify user
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_close_by_channel: channel 0 child 0
Sep  7 16:23:30 gameserver sshd[1001]: debug1: session_close: session 0 pid 0
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: gc: user detached
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: is dead
Sep  7 16:23:30 gameserver sshd[1001]: debug2: channel 0: garbage collecting
Sep  7 16:23:30 gameserver sshd[1001]: debug1: channel 0: free: server-session, nchannels 1
Sep  7 16:23:30 gameserver sshd[1001]: debug3: channel 0: status: The following connections are open:\r\n  #0 server-session (t4 r256 i3/0 o3/0 fd -1/-1 cfd -1)\r\n
Sep  7 16:23:30 gameserver sshd[1001]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:23:30 gameserver sshd[1001]: debug1: do_cleanup
Sep  7 16:23:30 gameserver sshd[1001]: debug1: PAM: cleanup
Sep  7 16:23:30 gameserver sshd[1001]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:23:30 gameserver sshd[1001]: debug1: PAM: cleanup
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_audit_event entering
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_request_send entering: type 56
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 56
Sep  7 16:23:30 gameserver sshd[1001]: debug3: mm_request_send entering: type 58
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_audit_event entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_request_receive entering
Sep  7 16:23:30 gameserver sshd[998]: debug3: monitor_read: checking request 58
Sep  7 16:23:30 gameserver sshd[998]: debug3: mm_answer_term: tearing down sessions
Sep  7 16:23:38 gameserver sshd[997]: debug1: fd 5 clearing O_NONBLOCK
Sep  7 16:23:38 gameserver sshd[997]: debug1: Forked child 1004.
Sep  7 16:23:38 gameserver sshd[997]: debug3: send_rexec_state: entering fd = 8 config len 181
Sep  7 16:23:38 gameserver sshd[997]: debug3: ssh_msg_send: type 0
Sep  7 16:23:38 gameserver sshd[997]: debug3: send_rexec_state: done
Sep  7 16:23:38 gameserver sshd[1004]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Sep  7 16:23:38 gameserver sshd[1004]: debug1: inetd sockets after dupping: 3, 3
Sep  7 16:23:38 gameserver sshd[1004]: debug1: res_init()
Sep  7 16:23:38 gameserver sshd[1004]: debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
Sep  7 16:23:38 gameserver sshd[1004]: debug1: no match: PuTTY_Release_0.60
Sep  7 16:23:38 gameserver sshd[1004]: debug1: Enabling compatibility mode for protocol 2.0
Sep  7 16:23:38 gameserver sshd[1004]: debug1: Local version string SSH-2.0-OpenSSH_4.5p1 FreeBSD-20061110
Sep  7 16:23:38 gameserver sshd[1004]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:23:38 gameserver sshd[1004]: debug2: Network child is on pid 1005
Sep  7 16:23:38 gameserver sshd[1004]: debug3: preauth child monitor started
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:38 gameserver sshd[1004]: debug3: monitor_read: checking request 0
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_answer_moduli: got parameters: 1024 4096 8192
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_request_send entering: type 1
Sep  7 16:23:38 gameserver sshd[1004]: debug2: monitor_read: 0 used once, disabling now
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:38 gameserver sshd[1004]: debug3: monitor_read: checking request 4
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_answer_sign
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_answer_sign: signature 0x801a12100(55)
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_request_send entering: type 5
Sep  7 16:23:38 gameserver sshd[1004]: debug2: monitor_read: 4 used once, disabling now
Sep  7 16:23:38 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: monitor_read: checking request 6
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_answer_pwnamallow
Sep  7 16:23:45 gameserver sshd[1004]: debug2: parse_server_config: config reprocess config len 181
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_send entering: type 7
Sep  7 16:23:45 gameserver sshd[1004]: debug2: monitor_read: 6 used once, disabling now
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: monitor_read: checking request 45
Sep  7 16:23:45 gameserver sshd[1004]: debug1: PAM: initializing for "Fanat2"
Sep  7 16:23:45 gameserver sshd[1004]: debug1: PAM: setting PAM_RHOST to "95.69.218.3"
Sep  7 16:23:45 gameserver sshd[1004]: debug2: monitor_read: 45 used once, disabling now
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: monitor_read: checking request 3
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_answer_authserv: service=ssh-connection, style=
Sep  7 16:23:45 gameserver sshd[1004]: debug2: monitor_read: 3 used once, disabling now
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: monitor_read: checking request 48
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_answer_pam_init_ctx
Sep  7 16:23:45 gameserver sshd[1004]: debug3: PAM: sshpam_init_ctx entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_send entering: type 49
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:45 gameserver sshd[1006]: debug3: PAM: sshpam_thread_conv entering, 1 messages
Sep  7 16:23:45 gameserver sshd[1006]: debug3: ssh_msg_send: type 1
Sep  7 16:23:45 gameserver sshd[1006]: debug3: ssh_msg_recv entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: monitor_read: checking request 50
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_answer_pam_query
Sep  7 16:23:45 gameserver sshd[1004]: debug3: PAM: sshpam_query entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: ssh_msg_recv entering
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_send entering: type 51
Sep  7 16:23:45 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 52
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pam_respond
Sep  7 16:23:48 gameserver sshd[1004]: debug2: PAM: sshpam_respond entering, 1 responses
Sep  7 16:23:48 gameserver sshd[1004]: debug3: ssh_msg_send: type 6
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_send entering: type 53
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1006]: debug1: do_pam_account: called
Sep  7 16:23:48 gameserver sshd[1006]: debug3: PAM: do_pam_account pam_acct_mgmt = 0 (success)
Sep  7 16:23:48 gameserver sshd[1006]: debug3: ssh_msg_send: type 0
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 50
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pam_query
Sep  7 16:23:48 gameserver sshd[1004]: debug3: PAM: sshpam_query entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: ssh_msg_recv entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: PAM: import_environments entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: sshpam_password_change_required 0
Sep  7 16:23:48 gameserver sshd[1004]: debug3: PAM: num env strings 0
Sep  7 16:23:48 gameserver sshd[1004]: debug1: PAM: num PAM env strings 0
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_send entering: type 51
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 52
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pam_respond
Sep  7 16:23:48 gameserver sshd[1004]: debug2: PAM: sshpam_respond entering, 0 responses
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_send entering: type 53
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 54
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pam_free_ctx
Sep  7 16:23:48 gameserver sshd[1004]: debug3: PAM: sshpam_free_ctx entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_send entering: type 55
Sep  7 16:23:48 gameserver sshd[1004]: debug2: monitor_read: 54 used once, disabling now
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive_expect entering: type 46
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug1: do_pam_account: called
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_send entering: type 47
Sep  7 16:23:48 gameserver sshd[1004]: debug1: monitor_child_preauth: Fanat2 has been authenticated by privileged process
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_get_keystate: Waiting for new keys
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive_expect entering: type 24
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:23:48 gameserver sshd[1004]: debug2: mac_init: found hmac-sha1
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_get_keystate: Waiting for second key
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:23:48 gameserver sshd[1004]: debug2: mac_init: found hmac-sha1
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_get_keystate: Getting compression state
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_get_keystate: Getting Network I/O buffers
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_share_sync: Share sync
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_share_sync: Share sync end
Sep  7 16:23:48 gameserver sshd[1004]: debug2: User child is on pid 1007
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1007]: debug3: PAM: opening session
Sep  7 16:23:48 gameserver sshd[1007]: debug1: PAM: reinitializing credentials
Sep  7 16:23:48 gameserver sshd[1007]: debug2: set_newkeys: mode 0
Sep  7 16:23:48 gameserver sshd[1007]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:23:48 gameserver sshd[1007]: debug2: set_newkeys: mode 1
Sep  7 16:23:48 gameserver sshd[1007]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:23:48 gameserver sshd[1007]: debug1: Entering interactive session for SSH2.
Sep  7 16:23:48 gameserver sshd[1007]: debug2: fd 5 setting O_NONBLOCK
Sep  7 16:23:48 gameserver sshd[1007]: debug2: fd 6 setting O_NONBLOCK
Sep  7 16:23:48 gameserver sshd[1007]: debug1: server_init_dispatch_20
Sep  7 16:23:48 gameserver sshd[1007]: debug1: server_input_channel_open: ctype session rchan 256 win 16384 max 16384
Sep  7 16:23:48 gameserver sshd[1007]: debug1: input_session_request
Sep  7 16:23:48 gameserver sshd[1007]: debug1: channel 0: new [server-session]
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_new: init
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_new: session 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_open: channel 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_open: session 0: link with channel 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: server_input_channel_open: confirm session
Sep  7 16:23:48 gameserver sshd[1007]: debug1: server_input_channel_req: channel 0 request pty-req reply 1
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_input_channel_req: session 0 req pty-req
Sep  7 16:23:48 gameserver sshd[1007]: debug1: Allocating pty.
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_request_send entering: type 25
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 25
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_request_receive_expect entering: type 26
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pty entering
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug1: session_new: init
Sep  7 16:23:48 gameserver sshd[1004]: debug1: session_new: session 0
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_send entering: type 26
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pty: tty /dev/ttyp0 ptyfd 4
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_pty_req: session 0 alloc /dev/ttyp0
Sep  7 16:23:48 gameserver sshd[1007]: debug3: tty_parse_modes: SSH2 n_bytes 16
Sep  7 16:23:48 gameserver sshd[1007]: debug3: tty_parse_modes: 3 127
Sep  7 16:23:48 gameserver sshd[1007]: debug3: tty_parse_modes: ispeed 38400
Sep  7 16:23:48 gameserver sshd[1007]: debug3: tty_parse_modes: ospeed 38400
Sep  7 16:23:48 gameserver sshd[1007]: debug1: server_input_channel_req: channel 0 request shell reply 1
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_input_channel_req: session 0 req shell
Sep  7 16:23:48 gameserver sshd[1007]: debug1: PAM: setting PAM_TTY to "/dev/ttyp0"
Sep  7 16:23:48 gameserver sshd[1007]: debug2: fd 3 setting TCP_NODELAY
Sep  7 16:23:48 gameserver sshd[1009]: debug1: Setting controlling tty using TIOCSCTTY.
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: rfd 8 isatty
Sep  7 16:23:48 gameserver sshd[1007]: debug2: fd 8 setting O_NONBLOCK
Sep  7 16:23:48 gameserver sshd[1007]: debug3: fd 7 is O_NONBLOCK
Sep  7 16:23:48 gameserver sshd[1009]: debug3: Copy environment: FTP_PASSIVE_MODE=YES
Sep  7 16:23:48 gameserver sshd[1009]: debug3: Copy environment: BLOCKSIZE=K
Sep  7 16:23:48 gameserver sshd[1009]: debug3: Copy environment: MAIL=/var/mail/Fanat2
Sep  7 16:23:48 gameserver sshd[1009]: debug3: Copy environment: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/Fanat2/bin
Sep  7 16:23:48 gameserver sshd[1009]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: read<=0 rfd 8 len 0
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: read failed
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: close_read
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: input open -> drain
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: ibuf empty
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: send eof
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: input drain -> closed
Sep  7 16:23:48 gameserver sshd[1007]: debug2: notify_done: reading
Sep  7 16:23:48 gameserver sshd[1007]: debug1: Received SIGCHLD.
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_by_pid: pid 1009
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_exit_message: session 0 channel 0 pid 1009
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: request exit-status confirm 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_exit_message: release channel 0
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: write failed
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: close_write
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: output open -> closed
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_request_send entering: type 27
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: send close
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 27
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_pty_cleanup entering
Sep  7 16:23:48 gameserver sshd[1007]: debug3: channel 0: will not send data after close
Sep  7 16:23:48 gameserver sshd[1004]: debug1: session_by_tty: session 0 tty /dev/ttyp0
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_session_close: session 0 pid 1007
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_session_close: tty /dev/ttyp0 ptyfd 4
Sep  7 16:23:48 gameserver sshd[1004]: debug1: session_pty_cleanup: session 0 release /dev/ttyp0
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: rcvd close
Sep  7 16:23:48 gameserver sshd[1007]: debug3: channel 0: will not send data after close
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: is dead
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: gc: notify user
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_close_by_channel: channel 0 child 0
Sep  7 16:23:48 gameserver sshd[1007]: debug1: session_close: session 0 pid 0
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: gc: user detached
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: is dead
Sep  7 16:23:48 gameserver sshd[1007]: debug2: channel 0: garbage collecting
Sep  7 16:23:48 gameserver sshd[1007]: debug1: channel 0: free: server-session, nchannels 1
Sep  7 16:23:48 gameserver sshd[1007]: debug3: channel 0: status: The following connections are open:\r\n  #0 server-session (t4 r256 i3/0 o3/0 fd -1/-1 cfd -1)\r\n
Sep  7 16:23:48 gameserver sshd[1007]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:23:48 gameserver sshd[1007]: debug1: do_cleanup
Sep  7 16:23:48 gameserver sshd[1007]: debug1: PAM: cleanup
Sep  7 16:23:48 gameserver sshd[1007]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:23:48 gameserver sshd[1007]: debug1: PAM: cleanup
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_audit_event entering
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_request_send entering: type 56
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 56
Sep  7 16:23:48 gameserver sshd[1007]: debug3: mm_request_send entering: type 58
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_audit_event entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_request_receive entering
Sep  7 16:23:48 gameserver sshd[1004]: debug3: monitor_read: checking request 58
Sep  7 16:23:48 gameserver sshd[1004]: debug3: mm_answer_term: tearing down sessions
Sep  7 16:38:50 gameserver sshd[997]: debug1: fd 5 clearing O_NONBLOCK
Sep  7 16:38:50 gameserver sshd[997]: debug1: Forked child 1041.
Sep  7 16:38:50 gameserver sshd[997]: debug3: send_rexec_state: entering fd = 8 config len 181
Sep  7 16:38:50 gameserver sshd[997]: debug3: ssh_msg_send: type 0
Sep  7 16:38:50 gameserver sshd[997]: debug3: send_rexec_state: done
Sep  7 16:38:50 gameserver sshd[1041]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Sep  7 16:38:50 gameserver sshd[1041]: debug1: inetd sockets after dupping: 3, 3
Sep  7 16:38:50 gameserver sshd[1041]: debug1: res_init()
Sep  7 16:38:50 gameserver sshd[1041]: debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
Sep  7 16:38:50 gameserver sshd[1041]: debug1: no match: PuTTY_Release_0.60
Sep  7 16:38:50 gameserver sshd[1041]: debug1: Enabling compatibility mode for protocol 2.0
Sep  7 16:38:50 gameserver sshd[1041]: debug1: Local version string SSH-2.0-OpenSSH_4.5p1 FreeBSD-20061110
Sep  7 16:38:50 gameserver sshd[1041]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:38:50 gameserver sshd[1041]: debug2: Network child is on pid 1042
Sep  7 16:38:50 gameserver sshd[1041]: debug3: preauth child monitor started
Sep  7 16:38:50 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:50 gameserver sshd[1041]: debug3: monitor_read: checking request 0
Sep  7 16:38:50 gameserver sshd[1041]: debug3: mm_answer_moduli: got parameters: 1024 4096 8192
Sep  7 16:38:50 gameserver sshd[1041]: debug3: mm_request_send entering: type 1
Sep  7 16:38:50 gameserver sshd[1041]: debug2: monitor_read: 0 used once, disabling now
Sep  7 16:38:50 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:51 gameserver sshd[1041]: debug3: monitor_read: checking request 4
Sep  7 16:38:51 gameserver sshd[1041]: debug3: mm_answer_sign
Sep  7 16:38:51 gameserver sshd[1041]: debug3: mm_answer_sign: signature 0x801a12100(55)
Sep  7 16:38:51 gameserver sshd[1041]: debug3: mm_request_send entering: type 5
Sep  7 16:38:51 gameserver sshd[1041]: debug2: monitor_read: 4 used once, disabling now
Sep  7 16:38:51 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: monitor_read: checking request 6
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_answer_pwnamallow
Sep  7 16:38:53 gameserver sshd[1041]: debug2: parse_server_config: config reprocess config len 181
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 0
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_send entering: type 7
Sep  7 16:38:53 gameserver sshd[1041]: debug2: monitor_read: 6 used once, disabling now
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: monitor_read: checking request 56
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_answer_audit_event entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: monitor_read: checking request 45
Sep  7 16:38:53 gameserver sshd[1041]: debug1: PAM: initializing for "Zavof"
Sep  7 16:38:53 gameserver sshd[1041]: debug1: PAM: setting PAM_RHOST to "95.69.218.3"
Sep  7 16:38:53 gameserver sshd[1041]: debug2: monitor_read: 45 used once, disabling now
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: monitor_read: checking request 3
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_answer_authserv: service=ssh-connection, style=
Sep  7 16:38:53 gameserver sshd[1041]: debug2: monitor_read: 3 used once, disabling now
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: monitor_read: checking request 48
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_answer_pam_init_ctx
Sep  7 16:38:53 gameserver sshd[1041]: debug3: PAM: sshpam_init_ctx entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_send entering: type 49
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:53 gameserver sshd[1043]: debug3: PAM: sshpam_thread_conv entering, 1 messages
Sep  7 16:38:53 gameserver sshd[1043]: debug3: ssh_msg_send: type 1
Sep  7 16:38:53 gameserver sshd[1043]: debug3: ssh_msg_recv entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: monitor_read: checking request 50
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_answer_pam_query
Sep  7 16:38:53 gameserver sshd[1041]: debug3: PAM: sshpam_query entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: ssh_msg_recv entering
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_send entering: type 51
Sep  7 16:38:53 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: monitor_read: checking request 52
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_answer_pam_respond
Sep  7 16:38:55 gameserver sshd[1041]: debug2: PAM: sshpam_respond entering, 1 responses
Sep  7 16:38:55 gameserver sshd[1041]: debug3: ssh_msg_send: type 6
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_send entering: type 53
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:55 gameserver sshd[1043]: debug3: ssh_msg_send: type 9
Sep  7 16:38:55 gameserver sshd[1041]: debug3: monitor_read: checking request 50
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_answer_pam_query
Sep  7 16:38:55 gameserver sshd[1041]: debug3: PAM: sshpam_query entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: ssh_msg_recv entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: PAM: authentication error
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_send entering: type 51
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: monitor_read: checking request 54
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_answer_pam_free_ctx
Sep  7 16:38:55 gameserver sshd[1041]: debug3: PAM: sshpam_free_ctx entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_send entering: type 55
Sep  7 16:38:55 gameserver sshd[1041]: debug2: monitor_read: 54 used once, disabling now
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: monitor_read: checking request 48
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_answer_pam_init_ctx
Sep  7 16:38:55 gameserver sshd[1041]: debug3: PAM: sshpam_init_ctx entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_send entering: type 49
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:55 gameserver sshd[1044]: debug3: PAM: sshpam_thread_conv entering, 1 messages
Sep  7 16:38:55 gameserver sshd[1044]: debug3: ssh_msg_send: type 1
Sep  7 16:38:55 gameserver sshd[1044]: debug3: ssh_msg_recv entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: monitor_read: checking request 50
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_answer_pam_query
Sep  7 16:38:55 gameserver sshd[1041]: debug3: PAM: sshpam_query entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: ssh_msg_recv entering
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_send entering: type 51
Sep  7 16:38:55 gameserver sshd[1041]: debug3: mm_request_receive entering
Sep  7 16:38:57 gameserver sshd[1041]: debug1: do_cleanup
Sep  7 16:38:57 gameserver sshd[1044]: debug3: ssh_msg_send: type 9
Sep  7 16:39:07 gameserver sshd[997]: debug1: fd 5 clearing O_NONBLOCK
Sep  7 16:39:07 gameserver sshd[997]: debug1: Forked child 1045.
Sep  7 16:39:07 gameserver sshd[997]: debug3: send_rexec_state: entering fd = 8 config len 181
Sep  7 16:39:07 gameserver sshd[997]: debug3: ssh_msg_send: type 0
Sep  7 16:39:07 gameserver sshd[997]: debug3: send_rexec_state: done
Sep  7 16:39:07 gameserver sshd[1045]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Sep  7 16:39:07 gameserver sshd[1045]: debug1: inetd sockets after dupping: 3, 3
Sep  7 16:39:07 gameserver sshd[1045]: debug1: res_init()
Sep  7 16:39:07 gameserver sshd[1045]: debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
Sep  7 16:39:07 gameserver sshd[1045]: debug1: no match: PuTTY_Release_0.60
Sep  7 16:39:07 gameserver sshd[1045]: debug1: Enabling compatibility mode for protocol 2.0
Sep  7 16:39:07 gameserver sshd[1045]: debug1: Local version string SSH-2.0-OpenSSH_4.5p1 FreeBSD-20061110
Sep  7 16:39:07 gameserver sshd[1045]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:39:07 gameserver sshd[1045]: debug2: Network child is on pid 1046
Sep  7 16:39:07 gameserver sshd[1045]: debug3: preauth child monitor started
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:07 gameserver sshd[1045]: debug3: monitor_read: checking request 0
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_answer_moduli: got parameters: 1024 4096 8192
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_request_send entering: type 1
Sep  7 16:39:07 gameserver sshd[1045]: debug2: monitor_read: 0 used once, disabling now
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:07 gameserver sshd[1045]: debug3: monitor_read: checking request 4
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_answer_sign
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_answer_sign: signature 0x801a12100(55)
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_request_send entering: type 5
Sep  7 16:39:07 gameserver sshd[1045]: debug2: monitor_read: 4 used once, disabling now
Sep  7 16:39:07 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: monitor_read: checking request 6
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_answer_pwnamallow
Sep  7 16:39:09 gameserver sshd[1045]: debug2: parse_server_config: config reprocess config len 181
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_send entering: type 7
Sep  7 16:39:09 gameserver sshd[1045]: debug2: monitor_read: 6 used once, disabling now
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: monitor_read: checking request 45
Sep  7 16:39:09 gameserver sshd[1045]: debug1: PAM: initializing for "Zavod"
Sep  7 16:39:09 gameserver sshd[1045]: debug1: PAM: setting PAM_RHOST to "95.69.218.3"
Sep  7 16:39:09 gameserver sshd[1045]: debug2: monitor_read: 45 used once, disabling now
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: monitor_read: checking request 3
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_answer_authserv: service=ssh-connection, style=
Sep  7 16:39:09 gameserver sshd[1045]: debug2: monitor_read: 3 used once, disabling now
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: monitor_read: checking request 48
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_answer_pam_init_ctx
Sep  7 16:39:09 gameserver sshd[1045]: debug3: PAM: sshpam_init_ctx entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_send entering: type 49
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:09 gameserver sshd[1047]: debug3: PAM: sshpam_thread_conv entering, 1 messages
Sep  7 16:39:09 gameserver sshd[1047]: debug3: ssh_msg_send: type 1
Sep  7 16:39:09 gameserver sshd[1047]: debug3: ssh_msg_recv entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: monitor_read: checking request 50
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_answer_pam_query
Sep  7 16:39:09 gameserver sshd[1045]: debug3: PAM: sshpam_query entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: ssh_msg_recv entering
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_send entering: type 51
Sep  7 16:39:09 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: monitor_read: checking request 52
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_answer_pam_respond
Sep  7 16:39:11 gameserver sshd[1045]: debug2: PAM: sshpam_respond entering, 1 responses
Sep  7 16:39:11 gameserver sshd[1045]: debug3: ssh_msg_send: type 6
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_send entering: type 53
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:11 gameserver sshd[1047]: debug1: do_pam_account: called
Sep  7 16:39:11 gameserver sshd[1047]: debug3: PAM: do_pam_account pam_acct_mgmt = 0 (success)
Sep  7 16:39:11 gameserver sshd[1047]: debug3: ssh_msg_send: type 0
Sep  7 16:39:11 gameserver sshd[1045]: debug3: monitor_read: checking request 50
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_answer_pam_query
Sep  7 16:39:11 gameserver sshd[1045]: debug3: PAM: sshpam_query entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: ssh_msg_recv entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: PAM: import_environments entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: sshpam_password_change_required 0
Sep  7 16:39:11 gameserver sshd[1045]: debug3: PAM: num env strings 0
Sep  7 16:39:11 gameserver sshd[1045]: debug1: PAM: num PAM env strings 0
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_send entering: type 51
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: monitor_read: checking request 52
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_answer_pam_respond
Sep  7 16:39:11 gameserver sshd[1045]: debug2: PAM: sshpam_respond entering, 0 responses
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_send entering: type 53
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: monitor_read: checking request 54
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_answer_pam_free_ctx
Sep  7 16:39:11 gameserver sshd[1045]: debug3: PAM: sshpam_free_ctx entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_send entering: type 55
Sep  7 16:39:11 gameserver sshd[1045]: debug2: monitor_read: 54 used once, disabling now
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_receive_expect entering: type 46
Sep  7 16:39:11 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1045]: debug1: do_pam_account: called
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_send entering: type 47
Sep  7 16:39:12 gameserver sshd[1045]: debug1: monitor_child_preauth: Zavod has been authenticated by privileged process
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_get_keystate: Waiting for new keys
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_receive_expect entering: type 24
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:39:12 gameserver sshd[1045]: debug2: mac_init: found hmac-sha1
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_get_keystate: Waiting for second key
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:39:12 gameserver sshd[1045]: debug2: mac_init: found hmac-sha1
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_get_keystate: Getting compression state
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_get_keystate: Getting Network I/O buffers
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_share_sync: Share sync
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_share_sync: Share sync end
Sep  7 16:39:12 gameserver sshd[1045]: debug2: User child is on pid 1048
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1048]: debug3: PAM: opening session
Sep  7 16:39:12 gameserver sshd[1048]: debug1: PAM: reinitializing credentials
Sep  7 16:39:12 gameserver sshd[1048]: debug2: set_newkeys: mode 0
Sep  7 16:39:12 gameserver sshd[1048]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:39:12 gameserver sshd[1048]: debug2: set_newkeys: mode 1
Sep  7 16:39:12 gameserver sshd[1048]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:39:12 gameserver sshd[1048]: debug1: Entering interactive session for SSH2.
Sep  7 16:39:12 gameserver sshd[1048]: debug2: fd 5 setting O_NONBLOCK
Sep  7 16:39:12 gameserver sshd[1048]: debug2: fd 6 setting O_NONBLOCK
Sep  7 16:39:12 gameserver sshd[1048]: debug1: server_init_dispatch_20
Sep  7 16:39:12 gameserver sshd[1048]: debug1: server_input_channel_open: ctype session rchan 256 win 16384 max 16384
Sep  7 16:39:12 gameserver sshd[1048]: debug1: input_session_request
Sep  7 16:39:12 gameserver sshd[1048]: debug1: channel 0: new [server-session]
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_new: init
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_new: session 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_open: channel 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_open: session 0: link with channel 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: server_input_channel_open: confirm session
Sep  7 16:39:12 gameserver sshd[1048]: debug1: server_input_channel_req: channel 0 request pty-req reply 1
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_input_channel_req: session 0 req pty-req
Sep  7 16:39:12 gameserver sshd[1048]: debug1: Allocating pty.
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_request_send entering: type 25
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
Sep  7 16:39:12 gameserver sshd[1045]: debug3: monitor_read: checking request 25
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_request_receive_expect entering: type 26
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_answer_pty entering
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1045]: debug1: session_new: init
Sep  7 16:39:12 gameserver sshd[1045]: debug1: session_new: session 0
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_send entering: type 26
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_answer_pty: tty /dev/ttyp0 ptyfd 4
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_pty_req: session 0 alloc /dev/ttyp0
Sep  7 16:39:12 gameserver sshd[1048]: debug3: tty_parse_modes: SSH2 n_bytes 16
Sep  7 16:39:12 gameserver sshd[1048]: debug3: tty_parse_modes: 3 127
Sep  7 16:39:12 gameserver sshd[1048]: debug3: tty_parse_modes: ispeed 38400
Sep  7 16:39:12 gameserver sshd[1048]: debug3: tty_parse_modes: ospeed 38400
Sep  7 16:39:12 gameserver sshd[1048]: debug1: server_input_channel_req: channel 0 request shell reply 1
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_input_channel_req: session 0 req shell
Sep  7 16:39:12 gameserver sshd[1048]: debug1: PAM: setting PAM_TTY to "/dev/ttyp0"
Sep  7 16:39:12 gameserver sshd[1048]: debug2: fd 3 setting TCP_NODELAY
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: rfd 8 isatty
Sep  7 16:39:12 gameserver sshd[1050]: debug1: Setting controlling tty using TIOCSCTTY.
Sep  7 16:39:12 gameserver sshd[1048]: debug2: fd 8 setting O_NONBLOCK
Sep  7 16:39:12 gameserver sshd[1048]: debug3: fd 7 is O_NONBLOCK
Sep  7 16:39:12 gameserver sshd[1050]: debug3: Copy environment: FTP_PASSIVE_MODE=YES
Sep  7 16:39:12 gameserver sshd[1050]: debug3: Copy environment: BLOCKSIZE=K
Sep  7 16:39:12 gameserver sshd[1050]: debug3: Copy environment: MAIL=/var/mail/Zavod
Sep  7 16:39:12 gameserver sshd[1050]: debug3: Copy environment: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/Zavod/bin
Sep  7 16:39:12 gameserver sshd[1050]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: read<=0 rfd 8 len 0
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: read failed
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: close_read
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: input open -> drain
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: ibuf empty
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: send eof
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: input drain -> closed
Sep  7 16:39:12 gameserver sshd[1048]: debug2: notify_done: reading
Sep  7 16:39:12 gameserver sshd[1048]: debug1: Received SIGCHLD.
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_by_pid: pid 1050
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_exit_message: session 0 channel 0 pid 1050
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: request exit-status confirm 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_exit_message: release channel 0
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: write failed
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: close_write
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: output open -> closed
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_request_send entering: type 27
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: send close
Sep  7 16:39:12 gameserver sshd[1045]: debug3: monitor_read: checking request 27
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_answer_pty_cleanup entering
Sep  7 16:39:12 gameserver sshd[1048]: debug3: channel 0: will not send data after close
Sep  7 16:39:12 gameserver sshd[1045]: debug1: session_by_tty: session 0 tty /dev/ttyp0
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_session_close: session 0 pid 1048
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_session_close: tty /dev/ttyp0 ptyfd 4
Sep  7 16:39:12 gameserver sshd[1045]: debug1: session_pty_cleanup: session 0 release /dev/ttyp0
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: rcvd close
Sep  7 16:39:12 gameserver sshd[1048]: debug3: channel 0: will not send data after close
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: is dead
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: gc: notify user
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_close_by_channel: channel 0 child 0
Sep  7 16:39:12 gameserver sshd[1048]: debug1: session_close: session 0 pid 0
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: gc: user detached
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: is dead
Sep  7 16:39:12 gameserver sshd[1048]: debug2: channel 0: garbage collecting
Sep  7 16:39:12 gameserver sshd[1048]: debug1: channel 0: free: server-session, nchannels 1
Sep  7 16:39:12 gameserver sshd[1048]: debug3: channel 0: status: The following connections are open:\r\n  #0 server-session (t4 r256 i3/0 o3/0 fd -1/-1 cfd -1)\r\n
Sep  7 16:39:12 gameserver sshd[1048]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:39:12 gameserver sshd[1048]: debug1: do_cleanup
Sep  7 16:39:12 gameserver sshd[1048]: debug1: PAM: cleanup
Sep  7 16:39:12 gameserver sshd[1048]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:39:12 gameserver sshd[1048]: debug1: PAM: cleanup
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_audit_event entering
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_request_send entering: type 56
Sep  7 16:39:12 gameserver sshd[1045]: debug3: monitor_read: checking request 56
Sep  7 16:39:12 gameserver sshd[1048]: debug3: mm_request_send entering: type 58
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_answer_audit_event entering
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_request_receive entering
Sep  7 16:39:12 gameserver sshd[1045]: debug3: monitor_read: checking request 58
Sep  7 16:39:12 gameserver sshd[1045]: debug3: mm_answer_term: tearing down sessions
Sep  7 16:45:19 gameserver sshd[1080]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:45:19 gameserver sshd[1080]: debug1: Bind to port 22 on ::.
Sep  7 16:45:19 gameserver sshd[1080]: debug2: fd 4 setting O_NONBLOCK
Sep  7 16:45:19 gameserver sshd[1080]: debug1: Bind to port 22 on 0.0.0.0.
Sep  7 16:45:38 gameserver sshd[1080]: debug1: fd 5 clearing O_NONBLOCK
Sep  7 16:45:38 gameserver sshd[1080]: debug1: Forked child 1081.
Sep  7 16:45:38 gameserver sshd[1080]: debug3: send_rexec_state: entering fd = 8 config len 181
Sep  7 16:45:38 gameserver sshd[1080]: debug3: ssh_msg_send: type 0
Sep  7 16:45:38 gameserver sshd[1081]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Sep  7 16:45:38 gameserver sshd[1080]: debug3: send_rexec_state: done
Sep  7 16:45:38 gameserver sshd[1081]: debug1: inetd sockets after dupping: 3, 3
Sep  7 16:45:38 gameserver sshd[1081]: debug1: res_init()
Sep  7 16:45:38 gameserver sshd[1081]: debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
Sep  7 16:45:38 gameserver sshd[1081]: debug1: no match: PuTTY_Release_0.60
Sep  7 16:45:38 gameserver sshd[1081]: debug1: Enabling compatibility mode for protocol 2.0
Sep  7 16:45:38 gameserver sshd[1081]: debug1: Local version string SSH-2.0-OpenSSH_4.5p1 FreeBSD-20061110
Sep  7 16:45:38 gameserver sshd[1081]: debug2: fd 3 setting O_NONBLOCK
Sep  7 16:45:38 gameserver sshd[1081]: debug2: Network child is on pid 1082
Sep  7 16:45:38 gameserver sshd[1081]: debug3: preauth child monitor started
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:38 gameserver sshd[1081]: debug3: monitor_read: checking request 0
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_answer_moduli: got parameters: 1024 4096 8192
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_request_send entering: type 1
Sep  7 16:45:38 gameserver sshd[1081]: debug2: monitor_read: 0 used once, disabling now
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:38 gameserver sshd[1081]: debug3: monitor_read: checking request 4
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_answer_sign
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_answer_sign: signature 0x801a12100(55)
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_request_send entering: type 5
Sep  7 16:45:38 gameserver sshd[1081]: debug2: monitor_read: 4 used once, disabling now
Sep  7 16:45:38 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: monitor_read: checking request 6
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_answer_pwnamallow
Sep  7 16:45:40 gameserver sshd[1081]: debug2: parse_server_config: config reprocess config len 181
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_send entering: type 7
Sep  7 16:45:40 gameserver sshd[1081]: debug2: monitor_read: 6 used once, disabling now
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: monitor_read: checking request 45
Sep  7 16:45:40 gameserver sshd[1081]: debug1: PAM: initializing for "Zavod"
Sep  7 16:45:40 gameserver sshd[1081]: debug1: PAM: setting PAM_RHOST to "95.69.218.3"
Sep  7 16:45:40 gameserver sshd[1081]: debug2: monitor_read: 45 used once, disabling now
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: monitor_read: checking request 3
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_answer_authserv: service=ssh-connection, style=
Sep  7 16:45:40 gameserver sshd[1081]: debug2: monitor_read: 3 used once, disabling now
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: monitor_read: checking request 48
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_answer_pam_init_ctx
Sep  7 16:45:40 gameserver sshd[1081]: debug3: PAM: sshpam_init_ctx entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_send entering: type 49
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:40 gameserver sshd[1083]: debug3: PAM: sshpam_thread_conv entering, 1 messages
Sep  7 16:45:40 gameserver sshd[1083]: debug3: ssh_msg_send: type 1
Sep  7 16:45:40 gameserver sshd[1083]: debug3: ssh_msg_recv entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: monitor_read: checking request 50
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_answer_pam_query
Sep  7 16:45:40 gameserver sshd[1081]: debug3: PAM: sshpam_query entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: ssh_msg_recv entering
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_send entering: type 51
Sep  7 16:45:40 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 52
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pam_respond
Sep  7 16:45:42 gameserver sshd[1081]: debug2: PAM: sshpam_respond entering, 1 responses
Sep  7 16:45:42 gameserver sshd[1081]: debug3: ssh_msg_send: type 6
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_send entering: type 53
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1083]: debug1: do_pam_account: called
Sep  7 16:45:42 gameserver sshd[1083]: debug3: PAM: do_pam_account pam_acct_mgmt = 0 (success)
Sep  7 16:45:42 gameserver sshd[1083]: debug3: ssh_msg_send: type 0
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 50
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pam_query
Sep  7 16:45:42 gameserver sshd[1081]: debug3: PAM: sshpam_query entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: ssh_msg_recv entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: PAM: import_environments entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: sshpam_password_change_required 0
Sep  7 16:45:42 gameserver sshd[1081]: debug3: PAM: num env strings 0
Sep  7 16:45:42 gameserver sshd[1081]: debug1: PAM: num PAM env strings 0
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_send entering: type 51
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 52
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pam_respond
Sep  7 16:45:42 gameserver sshd[1081]: debug2: PAM: sshpam_respond entering, 0 responses
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_send entering: type 53
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 54
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pam_free_ctx
Sep  7 16:45:42 gameserver sshd[1081]: debug3: PAM: sshpam_free_ctx entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_send entering: type 55
Sep  7 16:45:42 gameserver sshd[1081]: debug2: monitor_read: 54 used once, disabling now
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive_expect entering: type 46
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug1: do_pam_account: called
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_send entering: type 47
Sep  7 16:45:42 gameserver sshd[1081]: debug1: monitor_child_preauth: Zavod has been authenticated by privileged process
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_get_keystate: Waiting for new keys
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive_expect entering: type 24
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:45:42 gameserver sshd[1081]: debug2: mac_init: found hmac-sha1
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_get_keystate: Waiting for second key
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_newkeys_from_blob: 0x801a3b270(143)
Sep  7 16:45:42 gameserver sshd[1081]: debug2: mac_init: found hmac-sha1
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_get_keystate: Getting compression state
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_get_keystate: Getting Network I/O buffers
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_share_sync: Share sync
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_share_sync: Share sync end
Sep  7 16:45:42 gameserver sshd[1081]: debug2: User child is on pid 1084
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1084]: debug3: PAM: opening session
Sep  7 16:45:42 gameserver sshd[1084]: debug1: PAM: reinitializing credentials
Sep  7 16:45:42 gameserver sshd[1084]: debug2: set_newkeys: mode 0
Sep  7 16:45:42 gameserver sshd[1084]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:45:42 gameserver sshd[1084]: debug2: set_newkeys: mode 1
Sep  7 16:45:42 gameserver sshd[1084]: debug2: cipher_init: set keylen (16 -> 32)
Sep  7 16:45:42 gameserver sshd[1084]: debug1: Entering interactive session for SSH2.
Sep  7 16:45:42 gameserver sshd[1084]: debug2: fd 5 setting O_NONBLOCK
Sep  7 16:45:42 gameserver sshd[1084]: debug2: fd 6 setting O_NONBLOCK
Sep  7 16:45:42 gameserver sshd[1084]: debug1: server_init_dispatch_20
Sep  7 16:45:42 gameserver sshd[1084]: debug1: server_input_channel_open: ctype session rchan 256 win 16384 max 16384
Sep  7 16:45:42 gameserver sshd[1084]: debug1: input_session_request
Sep  7 16:45:42 gameserver sshd[1084]: debug1: channel 0: new [server-session]
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_new: init
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_new: session 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_open: channel 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_open: session 0: link with channel 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: server_input_channel_open: confirm session
Sep  7 16:45:42 gameserver sshd[1084]: debug1: server_input_channel_req: channel 0 request pty-req reply 1
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_input_channel_req: session 0 req pty-req
Sep  7 16:45:42 gameserver sshd[1084]: debug1: Allocating pty.
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_request_send entering: type 25
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 25
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_request_receive_expect entering: type 26
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pty entering
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug1: session_new: init
Sep  7 16:45:42 gameserver sshd[1081]: debug1: session_new: session 0
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_send entering: type 26
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pty: tty /dev/ttyp0 ptyfd 4
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_pty_req: session 0 alloc /dev/ttyp0
Sep  7 16:45:42 gameserver sshd[1084]: debug3: tty_parse_modes: SSH2 n_bytes 16
Sep  7 16:45:42 gameserver sshd[1084]: debug3: tty_parse_modes: 3 127
Sep  7 16:45:42 gameserver sshd[1084]: debug3: tty_parse_modes: ispeed 38400
Sep  7 16:45:42 gameserver sshd[1084]: debug3: tty_parse_modes: ospeed 38400
Sep  7 16:45:42 gameserver sshd[1084]: debug1: server_input_channel_req: channel 0 request shell reply 1
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_input_channel_req: session 0 req shell
Sep  7 16:45:42 gameserver sshd[1084]: debug1: PAM: setting PAM_TTY to "/dev/ttyp0"
Sep  7 16:45:42 gameserver sshd[1084]: debug2: fd 3 setting TCP_NODELAY
Sep  7 16:45:42 gameserver sshd[1086]: debug1: Setting controlling tty using TIOCSCTTY.
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: rfd 8 isatty
Sep  7 16:45:42 gameserver sshd[1084]: debug2: fd 8 setting O_NONBLOCK
Sep  7 16:45:42 gameserver sshd[1084]: debug3: fd 7 is O_NONBLOCK
Sep  7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: FTP_PASSIVE_MODE=YES
Sep  7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: BLOCKSIZE=K
Sep  7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: MAIL=/var/mail/Zavod
Sep  7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/Zavod/bin
Sep  7 16:45:42 gameserver sshd[1086]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: read<=0 rfd 8 len 0
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: read failed
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: close_read
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: input open -> drain
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: ibuf empty
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: send eof
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: input drain -> closed
Sep  7 16:45:42 gameserver sshd[1084]: debug2: notify_done: reading
Sep  7 16:45:42 gameserver sshd[1084]: debug1: Received SIGCHLD.
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_by_pid: pid 1086
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_exit_message: session 0 channel 0 pid 1086
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: request exit-status confirm 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_exit_message: release channel 0
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: write failed
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: close_write
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: output open -> closed
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_request_send entering: type 27
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: send close
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 27
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_pty_cleanup entering
Sep  7 16:45:42 gameserver sshd[1084]: debug3: channel 0: will not send data after close
Sep  7 16:45:42 gameserver sshd[1081]: debug1: session_by_tty: session 0 tty /dev/ttyp0
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_session_close: session 0 pid 1084
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_session_close: tty /dev/ttyp0 ptyfd 4
Sep  7 16:45:42 gameserver sshd[1081]: debug1: session_pty_cleanup: session 0 release /dev/ttyp0
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: rcvd close
Sep  7 16:45:42 gameserver sshd[1084]: debug3: channel 0: will not send data after close
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: is dead
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: gc: notify user
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_by_channel: session 0 channel 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_close_by_channel: channel 0 child 0
Sep  7 16:45:42 gameserver sshd[1084]: debug1: session_close: session 0 pid 0
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: gc: user detached
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: is dead
Sep  7 16:45:42 gameserver sshd[1084]: debug2: channel 0: garbage collecting
Sep  7 16:45:42 gameserver sshd[1084]: debug1: channel 0: free: server-session, nchannels 1
Sep  7 16:45:42 gameserver sshd[1084]: debug3: channel 0: status: The following connections are open:\r\n  #0 server-session (t4 r256 i3/0 o3/0 fd -1/-1 cfd -1)\r\n
Sep  7 16:45:42 gameserver sshd[1084]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep  7 16:45:42 gameserver sshd[1084]: debug1: do_cleanup
Sep  7 16:45:42 gameserver sshd[1084]: debug1: PAM: cleanup
Sep  7 16:45:42 gameserver sshd[1084]: debug3: PAM: sshpam_thread_cleanup entering
Sep  7 16:45:42 gameserver sshd[1084]: debug1: PAM: cleanup
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_audit_event entering
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_request_send entering: type 56
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 56
Sep  7 16:45:42 gameserver sshd[1084]: debug3: mm_request_send entering: type 58
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_audit_event entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_request_receive entering
Sep  7 16:45:42 gameserver sshd[1081]: debug3: monitor_read: checking request 58
Sep  7 16:45:42 gameserver sshd[1081]: debug3: mm_answer_term: tearing down sessions 

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-07 18:09:37

хз
где то сдесь валиться
Sep 7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: FTP_PASSIVE_MODE=YES
Sep 7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: BLOCKSIZE=K
Sep 7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: MAIL=/var/mail/Zavod
Sep 7 16:45:42 gameserver sshd[1086]: debug3: Copy environment: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/Zavod/bin
Sep 7 16:45:42 gameserver sshd[1086]: debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sep 7 16:45:42 gameserver sshd[1084]: debug2: channel 0: read<=0 rfd 8 len 0
Sep 7 16:45:42 gameserver sshd[1084]: debug2: channel 0: read failed
а создай юзера нового с под ним зайдет?
если нет поищи переменные окружение где выставляються
что то там не так

и пересмотри login.conf login.access
и /etc/passwd и /etc/master.passwd

Аватара пользователя
server801
ст. лейтенант
Сообщения: 1421
Зарегистрирован: 2008-09-27 21:15:16
Откуда: Саратов
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение server801 » 2009-09-08 7:35:40

не по теме....lissyara!прикрути spoiler!ну куда это годится-логи с километр?

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35456
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Alex Keda » 2009-09-08 7:57:20

server801 писал(а):не по теме....lissyara!прикрути spoiler!ну куда это годится-логи с километр?
я его специально отключил.
что касается логов в километр - думать надо до того как постить, а не срать в топик всем чем подвернулось.
чай не винду юзаем - grep, tail, head ещё никто не отменял.
Убей их всех! Бог потом рассортирует...

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-08 13:10:39

paradox писал(а): и пересмотри login.conf login.access
и /etc/passwd и /etc/master.passwd
поглядел на login.conf и /etc/passwd и /etc/master.passwd там всё нормально,
что за login.access (whereis не дал резуоттатов) ?

ради теста разрешил руту логин по ssh, у рута всё работает !!!!!

создавал новых юзеров, не работает =(

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-08 13:13:34

то наверное в 8
etc/login.access

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-08 13:22:08

login.access

все закоментировано =(

Zavod
рядовой
Сообщения: 18
Зарегистрирован: 2009-04-08 16:36:23
Откуда: Івано-Франківськ, Україна
Контактная информация:

Re: проблемы с доступом по SSH

Непрочитанное сообщение Zavod » 2009-09-08 13:51:49

У меня ощущение что проблема в полномочиях... домашнии директории юзеров принадлежать им и права стоят правильные, я сравнивал с аналогичной роботающей системой, возможно где есть ещё какие то конфиги или профайлы которые я упустил ?

paradox
проходил мимо
Сообщения: 11620
Зарегистрирован: 2008-02-21 18:15:41

Re: проблемы с доступом по SSH

Непрочитанное сообщение paradox » 2009-09-08 13:59:42

создай юзера нового
если под ним зайдет значит права на других не правильные
если и под ним не зайдет то увы где то в другом месте