Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 68:30:38 |
| Calls: | 12 |
| Files: | 12,938 |
| Messages: | 99,147 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
Has anyone GPG under Linux running to clearsign messages under GoldED?
I am lost in the manual where I see references to DOS PGP but when
trying under linux
added in golded.cfg / local.cfg
EXTERNUTIL 1 /usr/bin/gpg --armor --clearsign --force-sign
--local-user "@oname" --output @file @tmpfile EDITSAVEMENU
Yes EDITSAVEUTIL 1 "l PGP Clear-Sign the msg"
but somewhere I do miss things I believe ..
EXTERNUTIL 1 /usr/bin/gpg --armor --clearsign --force-sign
--local-user "@oname" --output @file @tmpfile EDITSAVEMENU
Yes EDITSAVEUTIL 1 "l PGP Clear-Sign the msg"
but somewhere I do miss things I believe ..
I haven't tried but it shall work exactly the same as for DOS. What exactly doesn't work for you?
Vitaliy
... 640K ought to be enough for anybody
--- GoldED+/LNX 1.1.5-b20240309
* Origin: Aurora, Colorado (1:104/117)
EXTERNUTIL 1 /usr/bin/gpg --armor --clearsign --force-sign
--local-user "@oname" --output @file @tmpfile EDITSAVEMENU
Yes EDITSAVEUTIL 1 "l PGP Clear-Sign the msg"
but somewhere I do miss things I believe ..
I haven't tried but it shall work exactly the same as for DOS.
What exactly doesn't work for you?
see that the save as clearsign is actually signing the message.
So the action of ie. Save or F11 does not do anyting.
as there is no error I cannot pinpoint the issue.
as there is no error I cannot pinpoint the issue.
Do you mean that saved message doesn't have signature?
I'll check how this works in couple of days and will let you know.
as there is no error I cannot pinpoint the issue.
Do you mean that saved message doesn't have signature?
I'll check how this works in couple of days and will let you
know.
Think I found the issue but it takes some steps
Using this command
EXTERNUTIL 1 -nokeepctrl -wipe sudo /usr/bin/gpg --log-file /home/fido/gpg.log - --armor --clearsign --force-sign --local-user "@oname" --output @file @tmpfile
Than when saving message using the menu I have first to enter the pwd
to sudo the command (initial after starting)
Than golded.msg: it does exist so do you need to overwrite (y)
than .. tadaa ..
Dennis
-----BEGIN PGP SIGNATURE-----
iQHMBAEBCgA2FiEEb371k8jShFWCfbwvkDtRpGrfe6AFAmb8QuwYHGRlbm5pc0Bh cm91bmRteXJvb20uY29tAAoJEJA7UaRq33ugdZQL+gNUYvJvYYQ3CZsM5U9U/2Fw K8jrNjFploUgbs+8Oo8mF9WQxeiHw6R6hpY9zUL3WercbJm/Wd4X6aZgNS4y9BtC H6njx/AUtVvYp8TU36Y1jQAIgh66Y/jd5rDzFakE2nCFbmOs4GLqzkQK21alS2YQ rHrkw5gf4acAvLqJf2cztR3OsY964lfO5HUCcwb1jjAN87BdRFHVUtVjj3Y23J9N gBf2PMx6rgEY4V0UNfzClJUa63fMuNwvENxU1JVvEIEKekCpGG5toSjkvoefNZx0 cfyLWWgMuEjmvZIU4Y2bgHqcOToH1sf3w9WdbYNyV9f6eQcfLpBs3TYPsXzJxI8v BEa9FPb0Vly+FVjc3QrtOvdMVOkZHYvQx4ENW3dudlqPTa4DxQkQ/0V1H+qYATQt 5bag+f+b9KAyrBx1Dl8LUGs/bHFaidBNJmcgVyPqcfQP2UzlW6OUvlILoSbUFmW7 i3DChu970SzfURBGOGkcQM4KeHnYyTJhyZnx++MvFg==
=KTrx
-----END PGP SIGNATURE-----
--- GoldED+/LNX 1.1.5-b20240309
* Origin: ---- BOFH: Problem solved, user deleted. (2:280/2060)
* Origin: ---- BOFH: Problem solved, user deleted. (2:280/2060)
Very nice! I'm glad that it worked for you!
Think I found the issue but it takes some steps
Using this command
EXTERNUTIL 1 -nokeepctrl -wipe sudo /usr/bin/gpg --log-file
Than when saving message using the menu I have first to enter the pwd
to sudo the command (initial after starting)