diff --git a/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md b/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md
index 6831c121198b259875a8c59fb46777ae602eb0c8..436af4c7eee82365848ade0736b4fc24bc3118e5 100644
--- a/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md
+++ b/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md
@@ -6,7 +6,7 @@ Interactive Login
 The Anselm cluster is accessed by SSH protocol via login nodes login1 and login2 at address anselm.it4i.cz. The login nodes may be addressed specifically, by prepending the login node name to the address.
 
 |Login address|Port|Protocol|Login node|
-|---|---|
+|---|---|---|---|
 |anselm.it4i.cz|22|ssh|round-robin DNS record for login1 and login2|
 |login1.anselm.it4i.cz|22|ssh|login1|
 |login2.anselm.it4i.cz|22|ssh|login2|
@@ -62,7 +62,7 @@ Data Transfer
 Data in and out of the system may be transferred by the [scp](http://en.wikipedia.org/wiki/Secure_copy) and sftp protocols.  (Not available yet.) In case large volumes of data are transferred, use dedicated data mover node dm1.anselm.it4i.cz for increased performance.
 
 |Address|Port|Protocol|
-|---|---|
+|---|---|---|
 |anselm.it4i.cz|22|scp, sftp|
 |login1.anselm.it4i.cz|22|scp, sftp|
 |login2.anselm.it4i.cz|22|scp, sftp|
diff --git a/docs.it4i/salomon/shell-and-data-access.md b/docs.it4i/salomon/shell-and-data-access.md
index 11825106273d43de0aaf09fdda45bdd322b330c2..0d1c9dd564b3a589f697afa43e91f9e8a97c0744 100644
--- a/docs.it4i/salomon/shell-and-data-access.md
+++ b/docs.it4i/salomon/shell-and-data-access.md
@@ -41,6 +41,22 @@ On **Windows**, use [PuTTY ssh client](../get-started-with-it4innovations/access
 
 After logging in, you will see the command prompt:
 
+```bash
+                    _____       _                             
+                   / ____|     | |                            
+                  | (___   __ _| | ___  _ __ ___   ___  _ __  
+                   \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \ 
+                   ____) | (_| | | (_) | | | | | | (_) | | | |
+                  |_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_|
+                                                              
+
+                        http://www.it4i.cz/?lang=en
+
+
+Last login: Tue Jul  9 15:57:38 2013 from your-host.example.com
+[username@login2.salomon ~]$
+```
+
 !!! Note "Note"
 	The environment is **not** shared between login nodes, except for [shared filesystems](storage/).
 
@@ -49,7 +65,7 @@ Data Transfer
 Data in and out of the system may be transferred by the [scp](http://en.wikipedia.org/wiki/Secure_copy) and sftp protocols.
 
   |Address|Port|Protocol|
-  |---|---|
+  |---|---|---|
   |salomon.it4i.cz|22|scp, sftp|
   |login1.salomon.it4i.cz|22|scp, sftp|
   |login2.salomon.it4i.cz|22|scp, sftp|