Secure ShellFish

429 Followers
18 Following
113 Posts

@metawops Please check if the .shellfishrc for this Debian LXC matches what you have on your other machines.

This command will show the relevant encryption key:
grep "local key" $HOME/.shellfishrc

Also when testing this I suggest using the ‘notify’ command that has the same dataflow but fewer moving parts on the iOS side.

@metawops I think the log file I marked on a preview screenshot would contain helpful information.

It would show if the payload got delivered or not and whether there was some kind of decryption issue.

One underlying assumption is that your devices are signed into the same iCloud account with iCloud Keychain enabled. This is how the encryption key can be shared between devices.

@metawops If you have the same view open on several devices they could be fighting over the configuration that is synced over iCloud Keychain.
@metawops the inability to use QuickLook is probably because you are in a part of the directory hierarchy /opt not exposed in the Files app.
@metawops But I do also have problems updating widgets so this is certain something I will investigate for the next update.
@metawops This log can be useful to understand what the iPads receive.

@metawops I have had another report of the widget not updating even though nothing has changed for this in a long time. Strangely enough rebooting the device would change the widget for this user, indicating that the data is somehow passed to the system.

Perhaps iOS updates have changed something and the app needs to adapt.

@metawops apt install xxd or perhaps apt install vim-common should help

@metawops xxd is a command for creating hex dumps and I was under the impression this was available almost everywhere. https://linux.die.net/man/1/xxd

This assumption should perhaps be revisited.

xxd(1): make hexdump/do reverse - Linux man page

xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. Like uuencode(1) and uudecode(1) ...