HOWTO: How to access your files on a remote PardusPC

From PardusWiki
(Difference between revisions)
Jump to: navigation, search
(Undo revision 3173 by Itycajofa (Talk))
 
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://yjucofi.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
 
----
 
=[http://yjucofi.co.cc CLICK HERE]=
 
----
 
</div>
 
 
== Introduction==
 
== Introduction==
 
This is a manual on how to access your files on a remote PardusPC, which is connected to a router.
 
This is a manual on how to access your files on a remote PardusPC, which is connected to a router.
Line 17: Line 9:
 
==SSH server setting on remote computer==
 
==SSH server setting on remote computer==
 
===Pardus 2009===
 
===Pardus 2009===
  System Settings &gt; Service Manager
+
  System Settings > Service Manager
       openssh &gt; mark at 'Run on start' and activate 'Start service' (green flag should be shown)
+
       openssh > mark at 'Run on start' and activate 'Start service' (green flag should be shown)
 
===Pardus 2008===
 
===Pardus 2008===
  [Pardus]&gt;[Tasma]&gt;[System]&gt;[Service Manager]
+
  [Pardus]>[Tasma]>[System]>[Service Manager]
 
       Select [Secure Shell Server].
 
       Select [Secure Shell Server].
 
       Put a mark at {Run on startup} and activate the green (Start)button.
 
       Put a mark at {Run on startup} and activate the green (Start)button.
Line 28: Line 20:
 
==Firewall settings on all computers==
 
==Firewall settings on all computers==
 
===Pardus 2009===
 
===Pardus 2009===
  System Settings &gt; Firewall Manager
+
  System Settings > Firewall Manager
 
       When activated and incoming connections blocked allow traffic on port number 22
 
       When activated and incoming connections blocked allow traffic on port number 22
 
===Pardus 2008===
 
===Pardus 2008===
  [Internet &amp; Network]&gt;[Firewall Config]  
+
  [Internet & Network]>[Firewall Config]  
       When activated put a mark at {Remote login service} and [Apply]&gt;[Back] and close Tasma
+
       When activated put a mark at {Remote login service} and [Apply]>[Back] and close Tasma
  
 
==Connecting to the remote computer==
 
==Connecting to the remote computer==
Line 39: Line 31:
 
  fish://username@ip.address.of_the_remote.computer
 
  fish://username@ip.address.of_the_remote.computer
 
If we take [http://en.pardus-wiki.org/Pardus:Installation2009#Create_User.28s.29 this] [2] and [http://en.pardus-wiki.org/Pardus:Installation2009#Network_activation this] [2] as an example it would be:
 
If we take [http://en.pardus-wiki.org/Pardus:Installation2009#Create_User.28s.29 this] [2] and [http://en.pardus-wiki.org/Pardus:Installation2009#Network_activation this] [2] as an example it would be:
   fish://juser@192.168.0.101 + &lt;enter&gt;
+
   fish://juser@192.168.0.101 + <enter>
or in Dolphin goto Network &gt; Network Services &gt; Remote disk (fish) &gt; remote_machine_name
+
or in Dolphin goto Network > Network Services > Remote disk (fish) > remote_machine_name
  
(remote_machine_name = On remote computer open Network Manager &gt; Nameserver Settings &gt; Machine Name)
+
(remote_machine_name = On remote computer open Network Manager > Nameserver Settings > Machine Name)
  
 
===Pardus 2008===
 
===Pardus 2008===
Line 50: Line 42:
 
*IP address of the remote computer
 
*IP address of the remote computer
 
Open Home (Konqueror) or Krusader and enter at Location:
 
Open Home (Konqueror) or Krusader and enter at Location:
  fish://ip.address.of_the_remote.computer/home/username + &lt;enter&gt;
+
  fish://ip.address.of_the_remote.computer/home/username + <enter>
 
If we take [http://en.pardus-wiki.org/Pardus:Installation2008#Network_card_activation this] [2] and [http://en.pardus-wiki.org/Pardus:Installation2008#Set_Users this] [1] as an example it would be:
 
If we take [http://en.pardus-wiki.org/Pardus:Installation2008#Network_card_activation this] [2] and [http://en.pardus-wiki.org/Pardus:Installation2008#Set_Users this] [1] as an example it would be:
   fish://192.168.62.55/home/juser + &lt;enter&gt;
+
   fish://192.168.62.55/home/juser + <enter>
During inputting the above &quot;fish:..&quot; line a &quot;Question-Konqueror&quot; window with &quot;The authenticity ..... Are you sure you want to continue connecting&quot; will appear. Select [Yes] and continue with your input.
+
During inputting the above "fish:.." line a "Question-Konqueror" window with "The authenticity ..... Are you sure you want to continue connecting" will appear. Select [Yes] and continue with your input.
  
After &lt;enter&gt; a &quot;SSH Athorization.....&quot; window will appear.
+
After <enter> a "SSH Athorization....." window will appear.
  
 
Enter the password of the user + [OK]
 
Enter the password of the user + [OK]
Line 64: Line 56:
  
 
==Troubleshooting==
 
==Troubleshooting==
To solve a &quot;Can't connect to ip.address.of_the_remote.computer&quot; error, remove the file /home/your_username/.ssh/known_hosts on the local computer and try again.
+
To solve a "Can't connect to ip.address.of_the_remote.computer" error, remove the file /home/your_username/.ssh/known_hosts on the local computer and try again.

Latest revision as of 14:26, 24 November 2010

Contents

Introduction

This is a manual on how to access your files on a remote PardusPC, which is connected to a router. This is very useful when you are comfortably sitting in your chair with your notebook and you want to manipulate your files on a fixed Desktop computer. To do this we need to start a Secure Shell Server(SSH) and make changes to the firewall before we can have access (read/write) to our files in Konqueror or Krusader.

IP address of remote PardusPC

It is highly recommended to give the remote PardusPC a fixed IP address. Look in this page how to do this.

SSH server setting on remote computer

Pardus 2009

System Settings > Service Manager
     openssh > mark at 'Run on start' and activate 'Start service' (green flag should be shown)

Pardus 2008

[Pardus]>[Tasma]>[System]>[Service Manager]
     Select [Secure Shell Server].
     Put a mark at {Run on startup} and activate the green (Start)button.
     In the column {Run on Startup} {Yes} should be shown.
     [Back].

Firewall settings on all computers

Pardus 2009

System Settings > Firewall Manager
     When activated and incoming connections blocked allow traffic on port number 22

Pardus 2008

[Internet & Network]>[Firewall Config] 
     When activated put a mark at {Remote login service} and [Apply]>[Back] and close Tasma

Connecting to the remote computer

Pardus 2009

Open Dolphin or Krusader and enter in the location bar:

fish://username@ip.address.of_the_remote.computer

If we take this [2] and this [2] as an example it would be:

 fish://juser@192.168.0.101 + <enter>

or in Dolphin goto Network > Network Services > Remote disk (fish) > remote_machine_name

(remote_machine_name = On remote computer open Network Manager > Nameserver Settings > Machine Name)

Pardus 2008

To do this we need to know:

Open Home (Konqueror) or Krusader and enter at Location:

fish://ip.address.of_the_remote.computer/home/username + <enter>

If we take this [2] and this [1] as an example it would be:

 fish://192.168.62.55/home/juser + <enter>

During inputting the above "fish:.." line a "Question-Konqueror" window with "The authenticity ..... Are you sure you want to continue connecting" will appear. Select [Yes] and continue with your input.

After <enter> a "SSH Athorization....." window will appear.

Enter the password of the user + [OK]

And (if everything is OK) your files will appear and you can edit your files as if they were on your local computer.

It is possible to make a Link to Location (URL)... with {fish://IP.address.of.the.remote.computer/home/username} shortcut on your Desktop.

Troubleshooting

To solve a "Can't connect to ip.address.of_the_remote.computer" error, remove the file /home/your_username/.ssh/known_hosts on the local computer and try again.

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox