Ssh: Difference between revisions
From Andreida
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* [[ssh, create a new key]] |
* [[ssh, create a new key]] |
||
* [[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, update .ssh/config for your dynamic ip]] |
|||
== 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 |
Latest revision as of 23:10, 11 November 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
- ssh, update .ssh/config for your dynamic ip
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