Michał Sawicz
Michał Sawicz
@estahn just stumbled on this :) > Thanks for the pointer but I must be missing something. `skip-checking-short-docstrings` is [`True` by default](https://jsh9.github.io/pydoclint/config_options.html#6---skip-checking-short-docstrings-shortform--scsd-default-true), otherwise: ``` $ pydoclint test.py --style=google --skip-checking-short-docstrings=False Loading...
Hi @dhruvrajan, You're right, it's a missing case at the moment. We default to a mapping of "map all uids/gids to the default user", but we don't support it on...
@dhruvrajan great! This is where you'd need to look: [mount.cpp](https://github.com/CanonicalLtd/multipass/blob/master/src/sshfs_mount/sftp_server.cpp#L302) and then [sftp_server.cpp#L302](https://github.com/CanonicalLtd/multipass/blob/master/src/sshfs_mount/sftp_server.cpp#L302).
> @Saviq Is this still equivalent to the old PR? "The old PR"? This actually runs the sanitizer versions in CI. But it didn't work out well when I filed...
> noticed that a bunch of stuff isn't needed anymore Looks sane, yeah. Don't see the previous diff to confirm beyond doubt, though :shrug: EDIT: Looked through the old commits,...
> Did something similar happen before? Some history available in: https://github.com/canonical/wlcs/actions/workflows/spread.yml?query=branch%3Aadd-sanitizer-builds
> I'll leave it to you to review and merge. Can't review my own PR, here's my ACK: :+1:, but you have to Approve :)
@xinity, @all, this is probably not the right place for this. We have no relationship with terraform, it's the community there you'd need to get behind this idea. We're all...
> why does multipass uniquely need this skip the server certificate verification option Basically to support SSH-style authorization. Both sides generate their encryption keys in isolation, without a CA between...
This was the only way to have clients other than the first/default one to get access to the daemon simply by providing a shared passphrase. If you go for the...