Displaying 9 results from an estimated 9 matches for "targetus".
Did you mean:
targets
2011 Nov 15
2
Possible pam_ssh bug?
...th required pam_ssh.so no_warn try_first_pass
-------------
I enabled _openpam_debug in pam_ssh and found this during a login via sshd to the user's account:
-------------
Nov 15 09:51:53 fbsd8-i386 sshd[52853]: in pam_ssh_load_key(): failed to load key from /home/targetuser/.ssh/identity
Nov 15 09:51:53 fbsd8-i386 sshd[52853]: in pam_ssh_load_key(): loaded '/home/targetuser/.ssh/id_rsa' from /home/targetuser/.ssh/id_rsa
Nov 15 09:51:53 fbsd8-i386 sshd[52853]: in pam_ssh_load_key(): failed to load key from /home/targetuser/.ssh/id_dsa
Nov 15 09:51:53 fbsd8-i3...
2013 Nov 14
5
Nested parametrized defines
...puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work:
add_to_ssh_authorized_keys.pp:
--------
define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername, $state="present" ) {
$sshdir = "$homebasedir/$targetuser/.ssh"
$authfile = "$sshdir/authorized_keys"
ssh_authorized_key {"$keyowner@censhare.de($keyownername 4096) as $targetuser":
key => template(&q...
2020 Mar 26
2
Help with migration to Dovecot from raw files
Hello list,
I recently migrated to Dovecot from a very old version of IceWarp
running on failing hardware running Windows XP. I had a lot of issues
downloading mail through imap. What I have instead are the email files
directly off the harddrive from IceWarp's mail store.
I rearranged the mail files to look like a Dovecot maildir and tried to
use these emails directly. Dovecot did not
2020 Mar 26
1
Help with migration to Dovecot from raw files
On 2020-03-26 03:37, Aki Tuomi wrote:
> You could try something simple like just
>
> for n in *; do cat $n | doveadm save -u targetuser; done
Thank you. This "works" in that it renames the files for me. However,
1. the filename timestamps are all similar (ie. time of import)
2. the emails showed up in new rather than cur
3. the emails are unseen.
The seen state can probably be fixed after the fact using doveadm fla...
2020 Mar 26
0
Help with migration to Dovecot from raw files
You could try something simple like just
for n in *; do cat $n | doveadm save -u targetuser; done
or if the IceWarp has IMAP interface, you could try
doveadm -o imapc_host=hostname -o imapc_user=username -o imapc_password=password sync -1R targetuser imapc:
Aki
> On 26/03/2020 12:11 Stefano Antonelli <dovecot at intheworks.ca> wrote:
>
>
> Hello list,
>
>...
2023 Aug 21
0
Feature request: Allow remote hostname token for User option
...ems
through a CyberArk PSM proxy and it functions by taking several connection
parameters for the downstream destination as username elements. One of
those needed elements is the remote host, which is available on %h, but
that can't be provided to User.
CLI connection example: ssh vaultUser at targetUser#domain at targetmachine
@PSMProxy
Desired config example:
----------
Host secure-*
User myuser at remoteuser#domain@%h
HostName PSMProxy
---------
This would allow any connections to secure-servername to work without
needing static entries per-host. If there are any other options for how to...
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
...ure of the routers that
we're using as bastion hosts on site. We'd have to deploy the DNS
server either on the router itself, or at a static address within reach
of it (and configure the router to use that resolver).
From what I understand of ProxyJump:
ssh -J proxyuser at proxyhost targetuser at targethost.domain
targethost.domain would need to be resolved by proxyhost, not the local
client.
Another approach would be to set up /etc/hosts on the bastion, if it
were a conventional Linux machine I'd have little issue with this. I'm
not sure OpenWRT (or at least Teltonica...
DO NOT REPLY [Bug 4912] New: rsync crashes with a double free or corrupted memory detection in glibc
2007 Aug 22
4
DO NOT REPLY [Bug 4912] New: rsync crashes with a double free or corrupted memory detection in glibc
https://bugzilla.samba.org/show_bug.cgi?id=4912
Summary: rsync crashes with a double free or corrupted memory
detection in glibc
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2023 Aug 18
2
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On 18.08.23 07:39, Darren Tucker wrote:
> On Fri, 18 Aug 2023 at 15:25, Stuart Longland VK4MSL <me at vk4msl.com> wrote:
> [...]
>> The crux of this is that we cannot assume the local IPv4 address is
>> unique, since it's not (and in many cases, not even static).
>
> If the IP address is not significant, you can tell ssh to not record
> them ("CheckHostIP