Forum Discussion
Attempting Powershell Remoting but experiencing errors
Hi, LainRobertson.
Thank you very much for the response!
I've been reluctant to use those methods and just tried a few articles like the aforementioned one that states "solve the double-hop" issue and followed blindly., but couldn't get the commands to work.
I will try
- Kerberos constrained delegation;
- Enabling and using CredSSP;
as suggested.
Thank you!
Hi MBee,
Between Kerberos constrained and CredSSP, you will find CredSSP easier to implement and maintain.
If your jump host (the server in the middle) is going to talk to a lot of constantly changing remote servers, you might want to just run with the CredSSP approach.
Kerberos constrained is more secure than CredSSP but you might find the ongoing administration overwhelming.
The only point I wanted to make in my original reply is that the 4sysops article is the least secure option of all three. So, even if you settle on CredSSP instead of Kerberos constrained delegation, at least it's a more secure option than what's in that article.
Cheers,
Lain