| 13 Feb 2023 |
K900 | /dev/sdc 216G 125G 81G 61% / | 20:45:20 |
K900 | Eyy | 20:45:21 |
K900 | Worked | 20:45:23 |
| 14 Feb 2023 |
| JoelMcCracken joined the room. | 19:48:52 |
JoelMcCracken | hey yay! there is a community for this | 19:48:59 |
JoelMcCracken | I just set up a nixos WSL machine | 19:49:17 |
JoelMcCracken | it worked pretty well; only thing I still don't know is how to set a password for the default nixos user | 20:05:46 |
K900 | You can do that from the config | 20:07:28 |
K900 | But that won't require it for starting WSL still | 20:07:39 |
JoelMcCracken | awesome | 20:10:58 |
JoelMcCracken | I wanted to try sshing into it | 20:11:05 |
K900 | Just use keys | 20:11:36 |
K900 | Also, you won't be able to SSH into it without some firewall trickery on the Windows side | 20:11:51 |
JoelMcCracken | yeah, I did discover that; now i'm just sshing into the windows box directly then running wsl -d nixos | 20:13:40 |
JoelMcCracken | but yeah i need to figure out how to set a key to work with windows openssh server | 20:14:19 |
JoelMcCracken | no idea where to put it lol | 20:14:26 |
JoelMcCracken | thx for the help, been loving nixos on wsl | 20:14:35 |
K900 | ~/.ssh/authorized_keys as usual | 20:14:36 |
JoelMcCracken | ahh | 20:14:41 |
K900 | But it's VERY particular about the exact values of NTFS ACLs you put on it | 20:14:45 |
K900 | I don't remember what the exact right ones are | 20:14:56 |
JoelMcCracken | figures | 20:15:01 |
JoelMcCracken | ill see if i can find a blog post about it or smth | 20:15:08 |
JoelMcCracken | is it the perms on ~/.ssh dir, or that file itself? | 20:15:37 |
K900 | https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement | 20:15:43 |
JoelMcCracken | I never thought that authorized_keys was particularly sensitive | 20:15:47 |
K900 | This should have the right incantations for everything | 20:15:52 |
K900 | I have that link saved | 20:16:04 |
K900 | For emergencies | 20:16:07 |
K900 | Oh and yes the administrators_authorized_keys thing | 20:16:15 |