Displaying 7 results from an estimated 7 matches for "c2e7".
Did you mean:
c27
2001 Sep 06
1
PAM overrides PermitEmptyPasswords
...se, someone posted a patch on 6/19
that appears to address this problem,
(http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=99293778402235&w=2)
is there any chance this will be fixed in the next release?
Thanks,
--Adam
--
Adam McKenna <adam at flounder.net> | GPG: 17A4 11F7 5E7E C2E7 08AA
http://flounder.net/publickey.html | 38B0 05D0 8BF7 2C6D 110A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/att...
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
...aded plugins: fastestmirror
passenger/7/x86_64/signature
| 836 B 00:00:00
Retrieving key from https://packagecloud.io/gpg.key
Importing GPG key 0xD59097AB:
Userid : "packagecloud ops (production key) <ops at packagecloud.io>"
Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
From : https://packagecloud.io/gpg.key
When I do it from a script, it fails.
Regards,
Yuri
2001 Sep 05
2
sshd hangs on logout -- is this a bug?
...ldren with open fds.
Does this mean that this is regarded as expected (and correct) behavior, that
should not change in the future, or does it mean that this behavior is a
known problem that someone will eventually fix?
--Adam
--
Adam McKenna <adam at flounder.net> | GPG: 17A4 11F7 5E7E C2E7 08AA
http://flounder.net/publickey.html | 38B0 05D0 8BF7 2C6D 110A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/att...
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
Hi,
Sorry for asking it again. I just thought I asked the question the
wrong way. Too much unnecessary details. And therefore, got no
replies.
I'm configuring a server from, say, a script (automatically). I need
it to be done without user saying, "Yes, it's okay to import the key."
I was told to run the following command:
yum makecache -y --disablerepo=*
2017 Mar 12
0
How do I confirm importing repo key without user intervention?
...t; passenger/7/x86_64/signature
> | 836 B 00:00:00
> Retrieving key from https://packagecloud.io/gpg.key
> Importing GPG key 0xD59097AB:
> Userid : "packagecloud ops (production key) <ops at packagecloud.io>"
> Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
> From : https://packagecloud.io/gpg.key
>
> When I do it from a script, it fails.
>
> Regards,
> Yuri
It looks like the passenger RPM has a script importing the GPG key.
Check using "rpm -q --scripts passenger". Is that an interactive step?
That...
2001 Sep 04
0
Suggestion: Man page clarification
...s is
actually expected behavior, it would be nice if scp also had this information
in the man page.
I've attached a patch for scp.1 which I believe addresses the issue.
Thanks,
--Adam
--
Adam McKenna <adam at flounder.net> |
http://flounder.net/publickey.html |
GPG: 17A4 11F7 5E7E C2E7 08AA | What's up with my email address?
38B0 05D0 8BF7 2C6D 110A | http://software.libertine.org/tmda
-------------- next part --------------
--- scp.1.orig Tue Sep 4 12:32:55 2001
+++ scp.1 Tue Sep 4 12:42:19 2001
@@ -71,7 +71,9 @@
Preserves modification times, access times,...
2017 Mar 05
1
How to automatically confirm importing repo key?
...or 2).
If I then ssh to container and run `yum install nginx` manually, it says:
Retrieving key from https://packagecloud.io/gpg.key
Importing GPG key 0xD59097AB:
Userid : "packagecloud ops (production key) <ops at packagecloud.io>"
Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
From : https://packagecloud.io/gpg.key
Is this ok [y/N]:
And I suppose this extra confirmation request is what makes ansible
fail. Can it be confirmed automatically?
I tried to make it clear for those who don't use ansible, but feel
free to ask questions. Thanks in advan...