diff options
author | Silvino Silva <silvino@bk.ru> | 2017-01-20 21:17:07 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-01-20 21:17:07 +0000 |
commit | 2aab379491d397646d289426299f735dae0047bc (patch) | |
tree | a715f14d600b15e9c9b6537e6f474c1fe0266c13 | |
parent | 2cbb84a5636b125fcb26319dbfa87159a28a7f56 (diff) | |
download | doc-2aab379491d397646d289426299f735dae0047bc.tar.gz |
fix tools openssh
-rw-r--r-- | tools/openssh.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/openssh.html b/tools/openssh.html index 12e5827..70fe76f 100644 --- a/tools/openssh.html +++ b/tools/openssh.html @@ -256,7 +256,7 @@ <p>To take advantage of tmux first login on remote and start <a href"../systools/tmux.html">tmux</a>, detach from the session - with ctrl + b d. On change ~/.profile and add alias;</p> + with ctrl + b d. Change ~/.bashrc and add follow alias;</p> <pre> alias core-server="ssh core -t tmux a" |