diff --git a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md
index 8143f27b9d2a8c7978328cd31ff69ddb27cb5f3a..f7e98d40e7676c0c0e063aa45dd7fea9d534bed2 100644
--- a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md
+++ b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md
@@ -112,25 +112,6 @@ the local machine.
     # Copy directory
     marie@local$ rsync -r <zih-user>@taurusexport.hrsk.tu-dresden.de:<directory> <target-location>
     ```
-!!!info
-    User can also use SSH configuration file to transfer the data from/to the ZIH systems. Please refer to 'Connecting from Linux' section on [Connecting with SSH](../access/ssh_login.md) page for more information on how to create and use the SSH configuration file. In the newly created profile, simply replace values in front of `HostName` with name of the export node as shown below.
-
-    ```bash
-    Host <configuration_profile_name>
-      # Use name of the export node after HostName
-      HostName taurusexport.hrsk.tu-dresden.de
-    [...]
-    ```
-
-    Once the configuration is created, user can initiate transfer simply using any of the tools mentioned above. 
-    
-    ```console
-    # Transfer from ZIH system
-    marie@local$ rsync -r <configuration_profile_name>:<directory_or_file> <target-location>
-
-    # Transfer to ZIH system
-    marie@local$ rsync -r <file_or_folder_on_local_machine> <configuration_profile_name>:<target-location>
-    ```
 
 ## Access From Windows