3 ssh tim
"DISPLAY=:0 nohup firefox"
5 oli@tim
:~$
export DISPLAY
=:0
7 ssh -X username@
host.com
9 # https://stribika.github.io/2015/01/04/secure-secure-shell.html
12 # sudo netstat -tnpa | grep 'ESTABLISHED.*ssh'
13 # ss | grep -i ssh # remote
14 # last -a | grep -i still # loged in my computer
18 # ps auxwww | grep sshd: | grep -v grep
19 # netstat -tnpa | grep 'ESTABLISHED.*sshd'
20 # ps auxwww | grep sshd:
21 # last | grep "still logged in"
23 # ps auxwww | grep sftp
24 # chmod 400 ~/.ssh/authorized_keys
33 # # .git-completion.bash
37 # distination=/home/${user}/receive/
40 # scp -r ${file} ${user}@${ip}:${distination}