6

Whenever I use ssh over Tramp to get to my local server (either with dired or pointing directly to a file), another buffer is also created:

#<buffer *tramp/ssh user@local_server_address*>

When I finished my editing and close the buffer I was working on, the above mentioned buffer remains. Since it is not useful to me, is there a way to automatically kill it when I finished my editing?

Boccaperta-IT
  • 1,556
  • 11
  • 24

1 Answers1

11

You can get rid of these buffers with M-x tramp-cleanup-all-connections.

legoscia
  • 6,072
  • 30
  • 54