<?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 via token does not work (telnet works in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242866#M614155</link>
    <description>As I said, radius is different than RSA. You need an RSA agent installed in this server to be able to use the token. &lt;BR /&gt;&lt;BR /&gt;The radius error messages is a different issue. It is configured in the pam.conf on this server. You need to figure out what the requirements are for this server. Use radius or use RSA? You need to spend some time to become familiar with radius and RSA authentications.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jun 2010 12:10:51 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2010-06-08T12:10:51Z</dc:date>
    <item>
      <title>ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242860#M614149</link>
      <description>Hi i have a server whitch we try to configgure so that if I login I have to use a (rsa) token&lt;BR /&gt;&lt;BR /&gt;telnet works fine now however ssh still is a problem. &lt;BR /&gt;&lt;BR /&gt;Is there a mismatch in the config file?</description>
      <pubDate>Tue, 08 Jun 2010 10:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242860#M614149</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242861#M614150</link>
      <description>It looks like you have configured ssh for authentication with rsa keys, not tokens. &lt;BR /&gt;&lt;BR /&gt;Do you have an RSA agent (ACE client)installed in this server that would authenticate the token against the RSA server?</description>
      <pubDate>Tue, 08 Jun 2010 11:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242861#M614150</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-06-08T11:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242862#M614151</link>
      <description>I have take over from a colega...&lt;BR /&gt;[nlxsts01:/root]# swlist -l product |grep PAM                                    &lt;BR /&gt;  HPUX-PAM-RADIUS       A.01.00.00     HP-UX PAM RADIUS &lt;BR /&gt;  PAM-Kerberos          D.01.24        PAM-Kerberos Version 1.24 &lt;BR /&gt;[nlxsts01:/root]# &lt;BR /&gt;&lt;BR /&gt; cat /etc/pam.conf  &lt;BR /&gt;#&lt;BR /&gt;# PAM configuration&lt;BR /&gt;#&lt;BR /&gt;# This pam.conf file is intended as an example only.&lt;BR /&gt;# see pam.conf(4) for more details&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;################################################################&lt;BR /&gt;# This sample file will authenticate the user who belongs to   #&lt;BR /&gt;# either RADIUS or Unix system. Using this configuration file  #&lt;BR /&gt;# if the user is authenticated through RADIUS then the Unix    #&lt;BR /&gt;# authentication will not be invoked. However,if the RADIUS    #&lt;BR /&gt;# authentication fails for the user, then the fallback         #&lt;BR /&gt;# authentication mechanism PAM-Unix will be invoked to         #&lt;BR /&gt;# authenticate the user.The assumption is the user is either   #&lt;BR /&gt;# present in RADIUS or in Unix system.                         #&lt;BR /&gt;#                                                              #&lt;BR /&gt;# In case, the administrator wants the password for all the    #&lt;BR /&gt;# users to be synchronous between RADIUS and Unix systems,     #&lt;BR /&gt;# then the control flag should to be set to "required" for all #&lt;BR /&gt;# the entries with user_first_pass option set for pam_unix.    #&lt;BR /&gt;# If password synchronization is optional then try_first_pass  #&lt;BR /&gt;# option need to be set for pam_unix, so that the user can     #&lt;BR /&gt;# login using the appropriate passwords.                       #&lt;BR /&gt;################################################################&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Authentication management&lt;BR /&gt;#&lt;BR /&gt;login      auth sufficient   libpam_radius.so.1 debug default_realm=atosorigin.com&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;su         auth sufficient   libpam_radius.so.1&lt;BR /&gt;su         auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtlogin    auth sufficient   libpam_radius.so.1&lt;BR /&gt;dtlogin    auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtaction   auth sufficient   libpam_radius.so.1&lt;BR /&gt;dtaction   auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;ftp        auth sufficient   libpam_radius.so.1&lt;BR /&gt;ftp        auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;sshd       auth sufficient   libpam_radius.so.1 debug&lt;BR /&gt;sshd        auth required     libpam_unix.so.1 debug try_first_pass&lt;BR /&gt;OTHER      auth required     libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Account management&lt;BR /&gt;#&lt;BR /&gt;login      account required    libpam_unix.so.1&lt;BR /&gt;su         account required    libpam_unix.so.1&lt;BR /&gt;dtlogin    account required    libpam_unix.so.1&lt;BR /&gt;dtaction   account required    libpam_unix.so.1&lt;BR /&gt;ftp        account required    libpam_unix.so.1&lt;BR /&gt;sshd       account required    libpam_unix.so.1 debug&lt;BR /&gt;OTHER      account required    libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Session management&lt;BR /&gt;#&lt;BR /&gt;login      session sufficient  libpam_radius.so.1&lt;BR /&gt;login      session required    libpam_unix.so.1&lt;BR /&gt;su         session sufficient  libpam_radius.so.1&lt;BR /&gt;su         session required    libpam_unix.so.1&lt;BR /&gt;dtlogin    session sufficient  libpam_radius.so.1&lt;BR /&gt;dtlogin    session required    libpam_unix.so.1&lt;BR /&gt;dtaction   session sufficient  libpam_radius.so.1&lt;BR /&gt;dtaction   session required    libpam_unix.so.1&lt;BR /&gt;ftp        session sufficient  libpam_radius.so.1&lt;BR /&gt;ftp        session required    libpam_unix.so.1&lt;BR /&gt;sshd       session sufficient  libpam_radius.so.1 debug&lt;BR /&gt;sshd       session required    libpam_unix.so.1&lt;BR /&gt;OTHER      session required    libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Password management&lt;BR /&gt;#&lt;BR /&gt;login      password required    libpam_unix.so.1&lt;BR /&gt;passwd     password required    libpam_unix.so.1&lt;BR /&gt;dtlogin    password required    libpam_unix.so.1&lt;BR /&gt;dtaction   password required    libpam_unix.so.1&lt;BR /&gt;OTHER      password required    libpam_unix.so.1&lt;BR /&gt;&lt;BR /&gt;If I neet to plase more please give me the comands?</description>
      <pubDate>Tue, 08 Jun 2010 11:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242862#M614151</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T11:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242863#M614152</link>
      <description>syslog.log:&lt;BR /&gt;ssh failure&lt;BR /&gt;Jun  8 14:31:49 nlxsts01 sshd[22532]: pam_radius_auth: Error sending RADIUS packet to server 127.0.0.1:1645: Error 0&lt;BR /&gt;Jun  8 14:31:49 nlxsts01 sshd[22532]: pam_radius_auth: Error sending RADIUS packet to server 161.89.57.7:1645: Error 0&lt;BR /&gt;Jun  8 14:31:49 nlxsts01 sshd[22532]: pam_radius_auth: Error sending RADIUS packet to server 161.89.145.76:1645: Error 0&lt;BR /&gt;Jun  8 14:31:49 nlxsts01 sshd[22532]: pam_radius_auth: All RADIUS servers failed to respond.&lt;BR /&gt;&lt;BR /&gt;succes whit telnet&lt;BR /&gt;Jun  8 14:33:13 nlxsts01 login: pam_radius_auth: RADIUS server 127.0.0.1:1645 failed to respond&lt;BR /&gt;&lt;BR /&gt;I have changed the sshd lines from the /etc/pam.conf so they look the same as login.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 11:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242863#M614152</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T11:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242864#M614153</link>
      <description>Radius is different than RSA/ACE. You have radius authentication configured. What about RSA? Do you currently have an RSA server installed and are your users using tokens with other services or is this a new requirement?</description>
      <pubDate>Tue, 08 Jun 2010 11:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242864#M614153</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-06-08T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242865#M614154</link>
      <description>Do you currently have an RSA server installed and are your users using tokens with other services?&lt;BR /&gt;Yes, I can login to this server using telnet and a token. hoever ssh does not works.</description>
      <pubDate>Tue, 08 Jun 2010 11:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242865#M614154</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242866#M614155</link>
      <description>As I said, radius is different than RSA. You need an RSA agent installed in this server to be able to use the token. &lt;BR /&gt;&lt;BR /&gt;The radius error messages is a different issue. It is configured in the pam.conf on this server. You need to figure out what the requirements are for this server. Use radius or use RSA? You need to spend some time to become familiar with radius and RSA authentications.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242866#M614155</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-06-08T12:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242867#M614156</link>
      <description>if i configure /etc/pam.conf like:&lt;BR /&gt;login    auth required  libpam_hpsec.so.1&lt;BR /&gt;login    auth required  libpam_unix.so.1&lt;BR /&gt;I can telnet using a passwd&lt;BR /&gt;&lt;BR /&gt;if I configere /etc/pam.conf like:&lt;BR /&gt;login      auth sufficient   libpam_radius.so.1 debug default_realm=atosorigin.com&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;&lt;BR /&gt;I can login whit my keycart.&lt;BR /&gt;&lt;BR /&gt;if I configgure ssh like:&lt;BR /&gt;sshd     auth required  libpam_hpsec.so.1&lt;BR /&gt;sshd     auth required  libpam_unix.so.1&lt;BR /&gt;I can login whit a password&lt;BR /&gt;if I configer it like:&lt;BR /&gt;&lt;BR /&gt;sshd      auth sufficient   libpam_radius.so.1 debug default_realm=atosorigin.com &lt;BR /&gt;sshd      auth required     libpam_unix.so.1 try_first_pass &lt;BR /&gt;I first am asked for&lt;BR /&gt;Password:&lt;BR /&gt;Here I have to type my keycartnr&lt;BR /&gt;And then I am asked to type my &lt;BR /&gt;System Password:&lt;BR /&gt;After typing my passwd I am in...&lt;BR /&gt;Is there a way to remove the passwd part so I only have to type my keycart nr?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242867#M614156</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242868#M614157</link>
      <description>It seems to be I have simmulr problems like:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1433958" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1433958&lt;/A&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242868#M614157</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T12:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242869#M614158</link>
      <description>If I look whit tcpdump to look to the radus server "telnet" looks fine (and works)&lt;BR /&gt;/opt/iexpress/tcpdump/sbin]# tcpdump host 161.89.57.7&lt;BR /&gt;tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;listening on lan0, link-type EN10MB (Ethernet), capture size 96 bytes&lt;BR /&gt;16:01:06.963199 IP nlxsts01.18407 &amp;gt; scauts-eur2.ao-srv.com.1645: RADIUS, Access Request (1), id: 0x62 length: 126&lt;BR /&gt;16:01:06.984387 IP scauts-eur2.ao-srv.com.1645 &amp;gt; nlxsts01.18407: RADIUS, Access Reject (3), id: 0x62 length: 20&lt;BR /&gt;16:01:22.223135 IP nlxsts01.18407 &amp;gt; scauts-eur2.ao-srv.com.1645: RADIUS, Access Request (1), id: 0x9c length: 124&lt;BR /&gt;16:01:25.470077 IP scauts-eur2.ao-srv.com.1645 &amp;gt; nlxsts01.18407: RADIUS, Access Accept (2), id: 0x9c length: 26&lt;BR /&gt;16:01:26.473090 IP nlxsts01.18407 &amp;gt; scauts-eur2.ao-srv.com.1646: RADIUS, Accounting Request (4), id: 0x5a length: 76&lt;BR /&gt;16:01:26.474877 IP scauts-eur2.ao-srv.com.1646 &amp;gt; nlxsts01.18407: RADIUS, Accounting Response (5), id: 0x5a length: 20&lt;BR /&gt;&lt;BR /&gt;But I do not see anny responce If I use ssh...&lt;BR /&gt;my pam.conf looks like:&lt;BR /&gt;sshd       auth sufficient   libpam_radius.so.1 debug&lt;BR /&gt;sshd        auth required     libpam_unix.so.1 debug try_first_pass&lt;BR /&gt;login      auth sufficient   libpam_radius.so.1 debug default_realm=atosorigin.com&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;&lt;BR /&gt;Why does ssh does not like to conect to my radius server and telnet seems to work fine...&lt;BR /&gt;&lt;BR /&gt;anny ID?&lt;BR /&gt;&lt;BR /&gt;the syslog is also tells me it is trying to send a packet, however tcpdump does not see anything...&lt;BR /&gt;Jun  8 16:08:42 nlxsts01 sshd[17700]: pam_radius_auth: Error sending RADIUS packet to server 127.0.0.1:1645: Error 0&lt;BR /&gt;Jun  8 16:08:42 nlxsts01 sshd[17700]: pam_radius_auth: Error sending RADIUS packet to server 161.89.57.7:1645: Error 0&lt;BR /&gt;Jun  8 16:08:42 nlxsts01 sshd[17700]: pam_radius_auth: Error sending RADIUS packet to server 161.89.145.76:1645: Error 0&lt;BR /&gt;Jun  8 16:08:42 nlxsts01 sshd[17700]: pam_radius_auth: All RADIUS servers failed to respond.&lt;BR /&gt;&lt;BR /&gt;anny sugestions are welcome.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242869#M614158</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-08T13:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh via token does not work (telnet works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242870#M614159</link>
      <description>I was using a IP adresses in /etc/raddb/server &lt;BR /&gt;After changing it to the full qualefide domain name.&lt;BR /&gt;ssh and radius workt fine. (found this in a other form:&lt;BR /&gt;&lt;BR /&gt;It appears this may be a bug in the 64-bit version of the libpam_radius.so.1 shared object.</description>
      <pubDate>Wed, 16 Jun 2010 13:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-via-token-does-not-work-telnet-works/m-p/5242870#M614159</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2010-06-16T13:46:15Z</dc:date>
    </item>
  </channel>
</rss>

