Talk:SSH

From SWKLS WIKI
Revision as of 14:48, 26 March 2020 by Unknown user (talk) (Created page with "Rather than using <code>sudo -i</code> to edit the sshd_config file, could you not simply sudo the vim command? <syntaxhighlight lang="bash"> sudo vim /etc/ssh/sshd_config </s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Rather than using sudo -i to edit the sshd_config file, could you not simply sudo the vim command?

sudo vim /etc/ssh/sshd_config