-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include PowerShell instructions for SSH on Windows / SSH worksheet #74
Comments
So updated Windows 10+ not 8 And ciphers seem to be missing missing Putty on the other hand is a self-contained executable. |
I like the ability to have have as much parity between operating systems as possible for the instructions, the real question here is should we officially deprecate pre-Windows 10 machines here (and leave it up to the instructor to know what to do)? I think it's decently fair to assume that if you're running Windows 10 it is updated to the point where it has SSH however according to this website 53% of people are running Windows 10 with 36% on Windows 7 globally. The ciphers don't seem to be a problem for this scenario as Ryan was able to log in using PowerShell tonight without any problems. |
Last i'm saying on the subject. |
Yeah based on the concerns presented by you(@darkdrgn2k) and @dcwalk in the chat I don't think it should be removed outright. That said, I still think it could be added with PUTTY mentioned below to support older systems in order to streamline the in-class instructional process. |
I think it is reasonable to have PowerShell, then PUTTY instructions below it, because having to instruct someone to install PUTTY is an extra burden on the facilitators. For example, at conferences we are often running this with only 1 or 2 facilitators for a large group, having PowerShell would let most Windows users move on without help. As mentioned in chat, we can probably move the SSH stuff into its own sheet. |
Along with SSH instructions this sheet also serves as a general jargon document with a section that allows participants to write in their own notes. |
PUTTY is nice and all but Windows PowerShell includes SSH and works out of the box on all Windows 8+ machines. If we change this Windows users will follow the exact same steps as Mac & Linux users and won't have to install anything to access the Pis.
The text was updated successfully, but these errors were encountered: