Re: [systemd-devel] How to attach a .socket file to all the network namespaces

2017-02-06 Thread Lennart Poettering
On Mon, 30.01.17 20:33, Badrish Adiga H R ([email protected]) wrote: > Hi, > > I want to use socket activated ssh daemon. However currently this is > working file only for default namespace. > > I just want to make systemd to listen on a tcp port number(22 for ssh) > on all the namespace

Re: [systemd-devel] How to attach a .socket file to all the network namespaces

2017-01-30 Thread Badrish Adiga H R
Fixing typos.. On Mon, Jan 30, 2017 at 8:33 PM, Badrish Adiga H R wrote: > Hi, > > I want to use socket activated ssh daemon. However currently this is > working fine only for default namespace. > > I just want to make systemd to listen on a tcp port number(22 for ssh) > on all the network namesp

[systemd-devel] How to attach a .socket file to all the network namespaces

2017-01-30 Thread Badrish Adiga H R
Hi, I want to use socket activated ssh daemon. However currently this is working file only for default namespace. I just want to make systemd to listen on a tcp port number(22 for ssh) on all the namespaces and to launch [email protected] on the corresponding namespace. Can you help me in this regard