HowTo make a Ubuntu CL accessible with Putty?

I'm assuming you mean you created a CT (container) of Ubuntu and you're trying to access that.

In the container you have to establish a network connection: /usr/sbin/dhclient
this will be temporary however, all I've ever done, I've never established a permanent interface in a container. Just never needed to, thus far.
 
I'm assuming you mean you created a CT (container) of Ubuntu and you're trying to access that.
Yes with Putty! Pls. Read my question

In the container you have to establish a network connection: /usr/sbin/dhclient
this will be temporary however.
TEMPORARY! - Pls imagine what has to be done each time when you want to log in with Putty!
That's No Solution!
all I've ever done, I've never established a permanent interface in a container. Just never needed to, thus far.

THX for the info But not relevant.

Hope for someone who knows HoTo.
 
you need to install in your CT
apt install openssh-server

configure your sshserver to allow access.
 
  • Like
Reactions: Dominic