Sieci komputerowe 1
  1. Install XRDP Package from Ubuntu Repository. Do this either with command
    sudo apt-get install ssh
    
    or with Synaptic or any other package manager software/method. With this command both client and server will be installed.
  2. To connect from linux termin with remote machine use command
    
    fulmanp@ubuntu:~$ ssh fulmanp@192.168.1.27
    The authenticity of host '192.168.1.27 (192.168.1.27)' can't be established.
    ECDSA key fingerprint is c5:31:86:99:5f:31:04:c3:69:f3:26:c0:5b:61:b0:61.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added '192.168.1.27' (ECDSA) to the list of known hosts.
    fulmanp@192.168.1.27's password: 
    Welcome to Ubuntu 15.04 (GNU/Linux 3.19.0-58-generic x86_64)
    
     * Documentation:  https://help.ubuntu.com/
    
    8 packages can be updated.
    8 updates are security updates.
    
    
    The programs included with the Ubuntu system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
    applicable law.
    
    fulmanp@fulmanp-asus-ul30vt:~$ 
    
  3. The best option to connect from Windows with remote machine use PuTTY.

  4. Having SSH installed on linux machine we can use FileZilla to send files from one computer to the other





  5. Having SSH installed on remote linux machine we can run remote application
    • On linux machine


    • On Windows machine we have to install first a n X server. One of the best nown is Xming. Having Xming running on our host, we have to set up Putty. Go to Connection | SSH | X11 and check Enable X11 forwarding option

      Now we can login via PuTTY to our remote system and run an application.