-
From: [Ian Anderson](iana@apple.com)
Bugzilla-Id: 3235
Version: 2.1.x
Owner: [Ken Murchison](murch@andrew.cmu.edu)
brong updated
7 years ago
-
If I call client.wrap(HUGE_BUFFER) or client.unwrap(HUGE_BUFFER), where HUGE_BUFFER > max_buffer, it should raise an exception. The caller should probably call wrap() or unwrap() in a loop based on `c…
-
Attempting a connection with kerberos authentication enabled in the server using the following authentication order,
`ssh -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex $USER@$HOST -o GSS…
-
#### Description
Summary:
Under El Capitan, it is not possible to connect to an ssh server using GSS without a work around, as the openSSH client crashes during key exchange.
Steps to Reproduce:
1) …
-
```bash
Updating project ssh metadata...|Updated [https://www.googleapis.com/compute/v1/projects/gce-codelab-180106].
Updating project ssh metadata...done.
Waiting for SSH key to propagate.
Warnin…
ptn24 updated
6 years ago
-
### Summary
When I try to reboot my device using the `ansible.builtin.reboot` module, Ansible exits prematurely without any error message.
The reboot itself works, but the first connection after a…
-
Hi,
I cannot compile python-gssapi with Python 2.6:
```
File "python-gssapi-0.6.4/gssapi/bindings/__init__.py", line 175
return {_kwargs_decode(key): _kwargs_decode(value) for key, value in input…
-
GSSAPI defines security primitives at multiple levels. It is really a competing stack to TLS.
In PostgreSQL, both GSSAPI *client authentication* and *transport encryption* are supported separately.…
-
```
--socks4 SOCKS4 proxy on given host + port
--socks4a SOCKS4a proxy on given host + port
--socks5 SOCKS5 proxy on given host + port
--socks5-basic Enable username/passwo…
hmert updated
3 years ago
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…