<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSH connection in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104081#M87625</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can edit your config files:&lt;BR /&gt;&lt;BR /&gt;vi /etc/ssh/sshd_config&lt;BR /&gt;-----&lt;BR /&gt;    # FT - Level = DEBUG instead of INFO edit also /etc/syslog.conf&lt;BR /&gt; LogLevel DEBUG&lt;BR /&gt;&lt;BR /&gt;vi /etc/syslog.conf&lt;BR /&gt;-----&lt;BR /&gt; # FT - This will dump ssh connections to log.&lt;BR /&gt; *.=debug                  /var/log/debug.log&lt;BR /&gt; auth.*                    /var/log/auth.log&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Nov 2003 11:16:34 GMT</pubDate>
    <dc:creator>frans tigelaar</dc:creator>
    <dc:date>2003-11-03T11:16:34Z</dc:date>
    <item>
      <title>SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104074#M87618</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to know the users(IP address of other machines) who ssh in to my machine. &lt;BR /&gt;How can I ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Deepa</description>
      <pubDate>Tue, 28 Oct 2003 08:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104074#M87618</guid>
      <dc:creator>Deepa_4</dc:creator>
      <dc:date>2003-10-28T08:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104075#M87619</link>
      <description>I don't know exactly who to know who is logged through ssh, but with the command&lt;BR /&gt;&lt;BR /&gt;# w&lt;BR /&gt;&lt;BR /&gt;you can see generally who is logged, and in the 'FROM' column you have the host name/ip address of the remote machine. If the FROM column says '-', it means it is a local user.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 08:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104075#M87619</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-10-28T08:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104076#M87620</link>
      <description>who -l will attempt to provide a hostname or provide the ip addy.&lt;BR /&gt;&lt;BR /&gt;[root@jerusalem root]# who -l&lt;BR /&gt;root     pts/0    Oct 28 07:19 (hpweb.investmenttool.com)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;who -q --count&lt;BR /&gt;# gets you a count.&lt;BR /&gt;last&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 08:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104076#M87620</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-28T08:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104077#M87621</link>
      <description>Hi,&lt;BR /&gt;Try who&lt;BR /&gt;[root@jh root]# who&lt;BR /&gt;usul     :0           Oct 28 10:30&lt;BR /&gt;usul     pts/0        Oct 28 12:39 (:0.0)&lt;BR /&gt;root     pts/1        Oct 28 14:23 (192.168.152.126)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 28 Oct 2003 08:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104077#M87621</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-10-28T08:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104078#M87622</link>
      <description>simple:&lt;BR /&gt;netstat |grep ssh</description>
      <pubDate>Tue, 28 Oct 2003 08:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104078#M87622</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-28T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104079#M87623</link>
      <description>Check auth.log and system.log too. SSH should log connections by default. If it's not logging, then enable logging in sshd_config (LOG_LEVEL).&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Tue, 28 Oct 2003 10:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104079#M87623</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-10-28T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104080#M87624</link>
      <description>I use this for that&lt;BR /&gt;&lt;BR /&gt;# lsof -i &lt;BR /&gt;&lt;BR /&gt;also and more specificly.&lt;BR /&gt;&lt;BR /&gt;# lsof -i | grep -i "ssh"&lt;BR /&gt;&lt;BR /&gt; lsof usualy is found in /usr/sbin/lsof&lt;BR /&gt;&lt;BR /&gt;read man lsof this is an extremely versatil tool.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 10:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104080#M87624</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-28T10:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104081#M87625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can edit your config files:&lt;BR /&gt;&lt;BR /&gt;vi /etc/ssh/sshd_config&lt;BR /&gt;-----&lt;BR /&gt;    # FT - Level = DEBUG instead of INFO edit also /etc/syslog.conf&lt;BR /&gt; LogLevel DEBUG&lt;BR /&gt;&lt;BR /&gt;vi /etc/syslog.conf&lt;BR /&gt;-----&lt;BR /&gt; # FT - This will dump ssh connections to log.&lt;BR /&gt; *.=debug                  /var/log/debug.log&lt;BR /&gt; auth.*                    /var/log/auth.log&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 11:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104081#M87625</guid>
      <dc:creator>frans tigelaar</dc:creator>
      <dc:date>2003-11-03T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104082#M87626</link>
      <description>check out your secure log in /var/log dir.</description>
      <pubDate>Mon, 03 Nov 2003 22:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection/m-p/3104082#M87626</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-11-03T22:24:10Z</dc:date>
    </item>
  </channel>
</rss>

