2015年2月23日 星期一

Fedora and Ubuntu Connection via Internet 連接兩台電腦


Fedora:

Install: openssh-server
Command:
$ ifconifg    (To check the ip address)
$ service ssh restart
$ ssh hostname@ip address

Ubuntu:

Install: openssh-server
Command:
$ ifconifg    (To check the ip address)
$ service ssh restart


1. From A connect to B : OK
2. From A copies files to B: ? Unknown