Vladislav

Results 12 issues of Vladislav

Hello! Now aegis support input google authenticator qr-codes, but doesnt support export of it. It will be very usable to add this possibility. By the way, it will be cool...

proposal-accepted
proposal

Hello! Hook compiles and working fine, but in journal after booting we can see file permissions errors: ``` systemd-networkd[144]: Configuration file /etc/systemd/network/initrd-network.network is marked executable. Please remove executable permission bits....

Tinyssh and dropbear are lightweight, but they're have no many needed preferences. Maybe it'll be usefull to add openssh support? With service, which copy system's openssh configuration to initramfs: ports,...

enhancement

Hello! After some changes on cloudflare hook stopped working. Not it have issue: ``` + 2 pending challenge(s) + Deploying challenge tokens... + CloudFlare hook executing: deploy_challenge Traceback (most recent...

For now ssh3 doesnt using pam modules. If you login with password (using the special parameter), server will authorize you even if it have pam modules with 2-factor authentication. I...

enhancement
help wanted

Since ssh3 uses http/3, it is theoretically possible to host it behind a reverse proxy. Then there is no need to use x509 certificates (there is no such option now)....

I'm running ssh3 with the following options (Arch Linux, go 1.21.5): > ./ssh3-server -cert /etc/mycert/fullchain.pem -key /etc/mycert/privkey.pem -url-path /ssh3 -bind 0.0.0.0:444 -enable-password-login -v But it's impossible to connect to server...

I'm trying to install latest version on Huawei watch 4 pro (latest harmony os 4): ``` .\adb.exe install 19.apk Failed to install 19.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Reconciliation failed...: Reconcile failed: Package...

Now line 147 of hook have quotes to each parameter: `_tmp="$(printf %s "$_ykfde_passphrase" | cryptsetup luksOpen "$YKFDE_LUKS_DEV" "$YKFDE_LUKS_NAME" "$YKFDE_LUKS_OPTIONS" 2>&1)" ` So it can handle only one of them. If...

> cargo install vanity_gpg > Updating crates.io index > Downloaded vanity_gpg v0.1.0 > Downloaded 1 crate (13.3 KB) in 1.85s Installing vanity_gpg v0.1.0 Downloaded vec_map v0.8.2 Downloaded atty v0.2.14 Downloaded...