Thread: ethernet bridge communication
i had configure ethernet bridge on 2 ubuntu systems both having 2 ethernet cards , both systems connected cross cables
want send command 1 system should execute on other system using terminal.
can 1 me in regards
advance thanx
i assume systems can ping each other. if not, fix first.
usual thing run ssh server on 1 of 2 systems can log other system. ubuntu installs ssh client default, 1 want log into, need install package openssh-server. command that:
now can ssh server using terminal , execute commands. assuming server's address 1.2.3.4, command log in:sudo apt-get intstall openssh-server
and can one-off commands putting command @ end of ssh command:ssh 1.2.3.4
beware if ssh server open internet, have bots trying guess passwords day, make sure passwords strong. perhaps using keys instead of passwords.ssh 1.2.3.4 somecommand
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu ethernet bridge communication
Ubuntu
Comments
Post a Comment