Bryan Berns

Results 314 comments of Bryan Berns

Do you know roughly the minimum number of simultaneous connections is necessary to reproduce this? It appears that MAXIMUM_WAIT_OBJECTS_ENHANCED is set to 1024 in the current code. It's possible there...

My guess is this is a limitation of how of the ChrootDirectory code determines where you are on the file system. Are you allowed to simply enumerate the subfolders in...

I haven't tried it myself, but I suspect that the only way this is going to work is if you mount a volume to a folder within C:\symlinks. To do...

There's definitely a bug at play, but what it is is debatable. Either you should be able to copy the file or you shouldn't be able to navigate the link....

@Erik78De If they are truly two different partitions, just mount the partition as folders under a single subdirectory and that should work. See here: https://docs.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive

The fact that symlinks do not work inside of a ChrootDirectory is consistent with how OpenSSH works on Linux so I doubt that's going to change. I know it's not...

@ajf8 PuTTY CAC really doesn't have any special features/capability within PuTTYgen. For ease of maintenance, most of the creation/import capabilities are housed in the normal PuTTY application. Have you tried...

@ajf8 Yeah, that is a bit unusual of an usual scenario. I will ponder how we might be able to satisfy your use case.

@ajf8 Impressive reverse engineering; wish all the people that submitted issues were as savvy ;-) I will likely add some similar functionality to PuTTY CAC interface in the next coming...

@ajf8 Can you try the most recent binaries here: https://github.com/NoMoreFood/putty-cac/tree/master/binaries I added an 'Import Key File...' button within PuTTY's FIDO tools. > My idea is that anyone can have a...