Ssh: Difference between revisions
From Andreida
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
* [[ssh, sshd lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory]] |
* [[ssh, sshd lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory]] |
||
* [[ssh, putty, import/export settings/sessions]] |
* [[ssh, putty, import/export settings/sessions]] |
||
== DISPLAY of VM via ssh == |
|||
export DISPLAY=`export | grep SSH_CONNECTION | grep -Eo "([0-9]{1,3}[\.]){3}[0-9]{1,3}" | head -n1`:0.0 |
Revision as of 09:09, 23 July 2020
- mount usb stick, so you can use your ssh key on it
- ssh login banner
- ssh config file
- ssh port forwarding with no shell
- sshfs
- autocomplete host names
- ssh, error: openpty: No such file or directory
- Ssh, su+screen: Cannot open your terminal /dev/pts/0 please check
- ssh, create a new key
- ssh, sshd lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory
- ssh, putty, import/export settings/sessions
DISPLAY of VM via ssh
export DISPLAY=`export | grep SSH_CONNECTION | grep -Eo "([0-9]{1,3}[\.]){3}[0-9]{1,3}" | head -n1`:0.0