I try deploy Sharepoint WSP projects using PowerShell Remoting.
See sharepoint.stackexchange.com/.../powershell-remoting-sharepoint-2010-error
Solution is configure CredSSP for Sharepoint.
But Microsoft says:
Caution: Credential Security Service Provider (CredSSP) authentication, in which the user's credentials are passed to a remote computer to be authenticated, is designed for commands that require authentication on more than one resource, such as accessing a remote network share. This mechanism increases the security risk of the remote operation. If the remote computer is compromised, the credentials that are passed to it can be used to control the network session.
Not recommended in production environments.
Any suggestions for deploy using powershell remoting and sharepoint ?