Questions tagged [ssh]

is the secure shell program that encrypts network communications over unsecured networks.

Secure Shell (SSH) is both a command and a cryptographic network protocol for operating network services securely over an unsecured network. Remote logins, remote data transfer, and interacting with remote shells are some common functions that rely on encryption provided by . With such encryption, no longer are passwords sent in plaintext over the network.

Emacs uses as an underlying layer for many commands and operations. For example, access relies on connections by default, and provide seamless protocol support. The secure shell itself comes in two major versions, supports several operations and encryption schemes, and interoperates with other secure hardware and software components.

Emacs provides a broad range of support for operations, protocols and encryptions, some of which are not readily apparent. For example, encrypting for and operations, or interacting with the ssh-agent to simulate password-less login services.

When tagging with , include other tags to indicate which aspect of Emacs operations, protocols, or encryptions the question pertains.

149 questions
0
votes
0 answers

C-c C-, not working in SSH terminal but it is bound

The function org-insert-structure-template is bound to C-c C-,. I can confirm that when search that function via M-x and seeing the shortcut behind the function name. But I use Emacs (from Debian 11) in an SSH terminal (on Windows 10). The second…
buhtz
  • 729
  • 5
  • 23
0
votes
1 answer

how do you disconnect ssh in emacs shell mode

In a regular terminal, I do ~ enter d to disconnect from a ssh session. sometimes I do ~ enter Ctl-z to minimize/bg the ssh process Is this possible while inside a M-x shell buffer in emacs. (I use -nw terminal mode)
american-ninja-warrior
  • 3,903
  • 2
  • 24
  • 44
0
votes
1 answer

How can I use multiple monitors with a remote emacs session?

I am running a tmux session on a server where I do my development work (this is where I run emacs). I have two monitors - how do I use both of them with the same emacs session? If I join the same tmux session, the monitors just mirror each other. If…
Andrew
  • 551
  • 6
  • 18