You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sshd fixed to now take ___domain\user format for ___domain user login
___domain\user form now works. user@___domain format already worked but now
fixd to allow local machine name as the ___domain name also. So all these
formats now work:
For a ___domain acct: user OR ___domain\user OR user@___domain
For a local acct: user OR localmachinename\user OR
user@localmachinename
Note: public key logon still only works for a local user acct and the
localmachinename must not be given and only the username specified for
public key logon to work.
0 commit comments