How to start Emacs from the command line with and open file trough ssh?
What I usually do is first open Emacs and do:
C-X C-F /ssh:my_remote_server:/file.txt RET
How can I directly open the file from the command line doing something similar to:
emacs --remote "/ssh:my_remote_server:/file.txt"