ssh: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
break a dead connection
tidying & slight updating
Line 1: Line 1:
==About==
{{seed}}
{{seed}}
==Notes==
==Related==
To enable logging in from a specific remote client with no password (most often used for scripts), see [[keyed login]].
* [[keyed login]]: enable logging in from a specific remote client with no password (useful for scripts)
 
* [[ssh-keygen]]
* [[sshfs]]: a filesystem for mounting remote folders via ssh
==How-to==
To break a dead connection and get back to a local prompt, try <code>[ENTER]~.</code> or (in MATE Terminal, at least) <code>Terminal->Reset</code>.
To break a dead connection and get back to a local prompt, try <code>[ENTER]~.</code> or (in MATE Terminal, at least) <code>Terminal->Reset</code>.
==Links==
===Reference===
* {{wikipedia|Secure Shell}}

Revision as of 18:47, 23 October 2019

About

<hide>

 page status::seed

</hide>

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
  • keyed login: enable logging in from a specific remote client with no password (useful for scripts)
  • ssh-keygen
  • sshfs: a filesystem for mounting remote folders via ssh

How-to

To break a dead connection and get back to a local prompt, try [ENTER]~. or (in MATE Terminal, at least) Terminal->Reset.

Reference