[BACK]Return to readconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/readconf.c between version 1.72 and 1.73

version 1.72, 2001/04/12 19:15:25 version 1.73, 2001/04/12 19:39:27
Line 132 
Line 132 
         { "pubkeyauthentication", oPubkeyAuthentication },          { "pubkeyauthentication", oPubkeyAuthentication },
         { "dsaauthentication", oPubkeyAuthentication },             /* alias */          { "dsaauthentication", oPubkeyAuthentication },             /* alias */
         { "rhostsrsaauthentication", oRhostsRSAAuthentication },          { "rhostsrsaauthentication", oRhostsRSAAuthentication },
         { "hostbaedauthentication", oHostbasedAuthentication },          { "hostbasedauthentication", oHostbasedAuthentication },
         { "challengeresponseauthentication", oChallengeResponseAuthentication },          { "challengeresponseauthentication", oChallengeResponseAuthentication },
         { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */          { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */
         { "tisauthentication", oChallengeResponseAuthentication },  /* alias */          { "tisauthentication", oChallengeResponseAuthentication },  /* alias */

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73