If anyone is aware of some effort to maintain the GSSAPI patch for the latest version of OpenSSH, let me know, and I'll update the package.
Search Criteria
Package Details: openssh-gssapi 9.9p1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openssh-gssapi.git (read-only, click to copy) |
---|---|
Package Base: | openssh-gssapi |
Description: | SSH protocol implementation with GSSAPI support |
Upstream URL: | https://www.openssh.com/portable.html |
Licenses: | custom:BSD |
Conflicts: | openssh |
Provides: | openssh |
Submitter: | polslinux |
Maintainer: | christoph.gysin |
Last Packager: | christoph.gysin |
Votes: | 7 |
Popularity: | 0.000036 |
First Submitted: | 2015-10-26 09:37 (UTC) |
Last Updated: | 2024-11-15 19:55 (UTC) |
Dependencies (18)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- krb5 (krb5-gitAUR)
- ldns (ldns-gitAUR)
- libcrypt.so (libxcrypt-gitAUR, libxcrypt, libxcrypt-compat)
- libedit
- libgssapi_krb5.so (krb5-gitAUR, krb5, lib32-krb5)
- libkrb5.so (krb5-gitAUR, krb5, lib32-krb5)
- libpam.so (pam-selinuxAUR, pam)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pam (pam-selinuxAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- libfido2 (libfido2-fullAUR) (make)
- linux-headers (make)
- libfido2 (libfido2-fullAUR) (optional) – FIDO/U2F support
- x11-ssh-askpass (gnome-ssh-askpass3AUR, seahorse-gitAUR, gnome-ssh-askpass4-gitAUR, ssh-askpass-fullscreenAUR, ksshaskpass-gitAUR, xaskpassAUR, openssh-askpassAUR, ksshaskpass, seahorse) (optional) – input passphrase in X
- xorg-xauth (optional) – X11 forwarding
Required by (278)
- amanda (requires openssh)
- ansible-core-2.16 (requires openssh) (check)
- apt-dater (requires openssh)
- apt-dater-legacy (requires openssh)
- archosaur (requires openssh)
- archosaur-git (requires openssh)
- ariang-git (requires openssh) (make)
- arkade-bin (requires openssh)
- asbru-cm (requires openssh)
- asbru-cm (requires openssh) (optional)
- asbru-cm-git (requires openssh)
- asbru-cm-git (requires openssh) (optional)
- asbru-cm-loki-git (requires openssh)
- asbru-cm-loki-git (requires openssh) (optional)
- aurbuilder-git (requires openssh)
- authprogs-git (requires openssh) (check)
- backintime-cli (requires openssh)
- backintime-cli-git (requires openssh)
- balena-cli (requires openssh) (optional)
- balena-cli-bin (requires openssh) (optional)
- Show 258 more...
Sources (8)
christoph.gysin commented on 2020-01-07 09:54 (UTC)
aytekinar commented on 2017-12-10 20:44 (UTC)
@christoph.gysin, the problem does persist. it might be due to a sudo and tty problem. there seems to be a problem reported before: https://lists.mindrot.org/pipermail/openssh-unix-dev/2016-February/034893.html
I installed the package via makepkg --syncdeps --nocheck --install
. Note, however, that this is not the way we should install. I am disabling the tests :(
aspirogrammer commented on 2017-11-21 22:12 (UTC) (edited on 2017-11-21 22:13 (UTC) by aspirogrammer)
Is the problem resolved perhaps?
basil commented on 2017-10-23 16:06 (UTC)
@alexpearce: I tried a fresh install on top of a system completely up to date. Works without problems. Could you resolve the problem by now?
alexpearce commented on 2017-10-13 07:14 (UTC)
With fresh clone of d5b1a07 and a fully updated system I see this error when building, anyone else?
---
test integrity: chacha20-poly1305@openssh.com @2909
ssh -m chacha20-poly1305@openssh.com succeeds with bit-flip at 2909
unexpected error mac chacha20-poly1305@openssh.com at 2909: Bytes per second: sent 1340562.7, received 3496935.2.FAIL: ssh -m chacha20-poly1305@openssh.com succeeds with bit-flip at 2909.
test integrity: 10 errors: mac 0 padding 0 length 0
chacha20-poly1305@openssh.com: no mac errors
chacha20-poly1305@openssh.com: expected 10 mac errors, got 0
failed integrity
make[1]: *** [Makefile:199: t-exec] Error 1
make[1]: Leaving directory '/home/apearce/aur/openssh-gssapi/src/openssh-7.5p1/regress'
make: *** [Makefile:586: tests] Error 2
==> ERROR: A failure occurred in check().
Aborting...
christoph.gysin commented on 2017-09-28 19:47 (UTC)
@aytekinar I can't reproduce this. Can you update your system and run a clean rebuild of the package to see if you can reproduce it?
basil commented on 2017-09-28 11:09 (UTC)
This works for me! Thank you very much for bringing this package up to date.
aytekinar commented on 2017-09-28 07:28 (UTC)
I currently have d5b1a075 checked out. `makepkg --syncdeps --install` fails with
---
ok try ciphers
run test yes-head.sh ...
ok yes pipe head
run test login-timeout.sh ...
/home/aytekin/Documents/My_AUR/openssh-gssapi/src/openssh-7.5p1/regress/sshd_config line 16: Deprecated option UsePrivilegeSeparation
ok connect after login grace timeout
run test agent.sh ...
agent fwd proto 2 failed (exit code 255)
failed simple agent test
make[1]: *** [Makefile:199: t-exec] Error 1
make[1]: Leaving directory '/home/aytekin/Documents/My_AUR/openssh-gssapi/src/openssh-7.5p1/regress'
make: *** [Makefile:586: tests] Error 2
---
Any ideas? Just for the info: e21f22ff was installing properly.
Best,
christoph.gysin commented on 2017-09-26 18:24 (UTC)
Thanks, I updated the package to my branch openssl-1.0-fix-keyexchange and cleaned up a bit. Will update to the later versions as soon as I get confirmation that they work as expected.
vchuravy commented on 2017-09-26 17:54 (UTC)
There is already a patchset against openssl-1.1... I was trying to take the entire patch list by Fedora and apply that here, but I was running into issues and out of time. @christoph.gysin if you want to take this PKGBUILD over please feel free to do so.
Pinned Comments
christoph.gysin commented on 2021-05-11 12:35 (UTC) (edited on 2023-08-27 06:02 (UTC) by christoph.gysin)
Please only flag this as outdated if there is a new debian release available here:
https://sources.debian.org/data/main/o/openssh/