411 reputation
112
bio website pelicanux.net
location Paris, France
age 28
visits member for 1 year, 9 months
seen 20 hours ago
stats profile views 17

Something about Myself


May
23
answered Apache SNI namevhosts always route to first VirtualHost entry
May
17
comment rsync as root to /var/www failing with “protocol version mismatch”
I have no idea why they configure their SSH server like this. This is not recommended to let root connect without password, and as a matter of fact, to let root connect at all. For automatic tasks as yours which requires root connection for a particular task, I would recommend PermitRootLogin forced-command-only to only let the command specified by the command tag in the authorized_keys run (and nothing more).
May
17
comment rsync as root to /var/www failing with “protocol version mismatch”
mmmh is there anything before the tag ssh-rsa or ssh-dsa in your first key on /root/.ssh/authorized_keys? It looks like there is an instruction such as 'command="echo 'Please login as the user "ubuntu" rather than the user "root".';echo;sleep 10'" ? I have the feeling that your connection goes well, you use this ssh key and it lets you connect in the server, but this command forces you to execute it and disconnect once executed. This is usually a good way to do to force root connection to perform one and only one action, but does not fit your use case.
May
16
answered rsync as root to /var/www failing with “protocol version mismatch”
Apr
30
answered NFS4 with Kerberos: DNS not enough, need entries in /etc/hosts (Why?)
Mar
8
answered How do you enter the console of a openvz container from the host?
Mar
5
asked keepalived detects when service falls but does not switch to backup service then
Feb
27
awarded  Popular Question
Feb
25
accepted mysql setting up encryption (ssl) without client certificats
Feb
25
asked mysql setting up encryption (ssl) without client certificats
Feb
17
revised multiboot usb stick
added 501 characters in body
Feb
17
asked multiboot usb stick
Feb
3
comment apache2 starting fault
What is the output of netstat -laputen command? What is your apache configuration file? (/etc/apache2/sites-available) have you enabled your site? What is the content of /etc/apache2/ports.conf?
Jan
31
answered WordPress install. How do I set up the server to allow it to send out email?
Jan
29
comment lxc vm access outside the host
Glade this is finally working :) cheers!
Jan
29
comment lxc vm access outside the host
Exactly; except if your physical machine is itself plugged into a switch which does not accept more than one mac address on its ports (some configurations enforce this for safety reasons)
Jan
29
comment lxc vm access outside the host
Sorry! I may not have told you the appropriate flag to set on; It may be Promiscuous mode (the Vswitch then acts like a dummy network hub - be careful to security issue then, VMware guests would be able to get the traffic of the whole subnet); I am not quite sure about which of these options have to be set up :/ Hope it will help you finding a solution!
Jan
29
comment lxc vm access outside the host
mmmh thanks! but I don't see any accept flag anywhere, or do I have missed it? ;)
Jan
29
revised lxc vm access outside the host
added 78 characters in body
Jan
29
answered lxc vm access outside the host