Check SSH config
Check ssh configuration before cutting yourself off.
sshd -t
If no message is invoked, you're good to go.
Check ssh configuration before cutting yourself off.
sshd -t
If no message is invoked, you're good to go.
ssh root@server_na_ktery_se pripojuju -L localni_port_kam_se_projim:koncove_pc:koncovy_port
tedy naproklad na 192.168.168.10 bezi muj virtualni server a je dostupny pres hostname.tldssh root@hostname.tld -L 8080:localhost:80
xfreerdp +clipboard /v:ip /u:user /p:pass
need to enable this line in sshd_configX11Forwarding yes
and when login ssh use -X
option
ssh-keygen -t rsa -b 4096
than copy key onto server
ssh-copy-id server
if troubles with
Agent admitted failure to sign using the key.
will occour, use
ssh-add
how to backup through ssh from data server to backup server
login to server
make sure you're running screenscreen
check whether there is enough room on disk df -h