Difference between revisions of "Linux: SSH"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m (Protected "Linux: SSH" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Rafahsolis (talk | contribs) |
||
| Line 5: | Line 5: | ||
/etc/motd (message of the day)<br /> | /etc/motd (message of the day)<br /> | ||
/etc/ssh/sshd_config: Change the setting PrintLastLog to "no", this will disable the "Last login" message. | /etc/ssh/sshd_config: Change the setting PrintLastLog to "no", this will disable the "Last login" message. | ||
| + | == Convert rsa to ppk == | ||
| + | puttygen keyname -o keyname.ppk | ||
Revision as of 01:43, 10 April 2015
Config file
sudo nano /etc/ssh/sshd_config
Welcome message
Two files must be edited:
/etc/motd (message of the day)
/etc/ssh/sshd_config: Change the setting PrintLastLog to "no", this will disable the "Last login" message.
Convert rsa to ppk
puttygen keyname -o keyname.ppk