459below
459below
Regarding the retrieval script I'm getting: `haxter:Desktop tmasar$ ssh -p 2222 rex "sh crypt-scripts/retrieve_manus.459below.lan_key"` `crypt-scripts/retrieve_manus.459below.lan_key[2]: ${SSH_ORIGINAL_COMMAND^^}: bad substitution` I'm setting the command directive to be `cat`ting the file directly for...
`awk` is also unavailable, but `tr` is!
Eureka! So I just successfully unlocked using Dropbear on my unrooted Pixel.
I think in order to maintain compatibility the shebang on the key-server scripts should look something like this: ``` #!/usr/bin/env sh ```
Well, no. That doesn't work either. ```bash 127|sailfish:/data/data/org.galexander.sshd/files $ which env /system/bin/env ``` I'm going to work with `command= sh ./crypt-scripts/...`. I don't have a better idea ATM.
OK. `awk '{ print $1 }'` can be replaced with `| cut -c -40`
Thanks. I was thinking about Google Drive or Dropbox or something like that. ATM I have a client VM, but I'd like to also setup a server VM, so that...
My rationale for using something like Google Drive or Dropbox is simply, that it would seem more secure. As a user I'd feel better, if the giant collection of software,...
I think there would be at least two loops of trial. One which happens some three times or so and another which happens another three times or so. The inner...
I just realized, that adding the `break` kernel parameter drops to the shell instantly, which will allow for unlocking instantly. If one is using GRUB, this particular issue could be...