Displaying 2 results from an estimated 2 matches for "my_ssh_key".
Did you mean:
my_rsa_key
2009 Sep 04
1
ssh_authorized_key always ensure absent even it's present
...t puppet detect as ensure absent and added again and again
my authorized_keys got fews the same key lines.
I added the target => ''/home/test/.ssh/authorized_keys'',
again ensure is absent.
I replace the ssh_authorized_key.rb from 0.25rc1
and again ensure is absent.
class ssh::my_ssh_key {
ssh_authorized_key { ''test'':
user => ''test'',
type => ''ssh-rsa'',
key => ''AAAAB3.....= test Vms'',
ensure => ''present'',
}
}
--~--~---------~--~----~------------~-------~--~----~
You recei...
2014 Aug 26
1
Moving from one Dovecot server to another Dovecot server
...#39;m planning to move all mailboxes from a Dovecot 2.2.10 server to a
Dovecot 2.2.9 server. Dovecot is serving virtual users only.
I'm not sure if I can use dsync for that. According to the Wiki [1] the
command to mirror my own mailbox should look like
dsync -u mine at michi.su mirror ssh -i my_ssh_key vmail at my-mailserver.com
dsync -u mine at michi.su
Where vmail is the user that is used by Dovecot to access mail_location.
I assume the above command will only mirror the mailbox of user
mine at michi.su, right?
Is it possible to sync all mailboxes with just one single command?
Is it possible...