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

Diff for /src/usr.bin/ssh/servconf.c between version 1.190 and 1.191

version 1.190, 2008/11/04 08:22:13 version 1.191, 2008/11/05 11:22:54
Line 1411 
Line 1411 
         if (code == sPermitRootLogin) {          if (code == sPermitRootLogin) {
                 switch (val) {                  switch (val) {
                 case PERMIT_NO_PASSWD:                  case PERMIT_NO_PASSWD:
                         return "without-passord";                          return "without-password";
                 case PERMIT_FORCED_ONLY:                  case PERMIT_FORCED_ONLY:
                         return "forced-commands-only";                          return "forced-commands-only";
                 case PERMIT_YES:                  case PERMIT_YES:

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191