Kippo SSH Honeypot: Difference between revisions
From ICO wiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= | =Install= | ||
<pre> | |||
$ nano /etc/ssh/ssh_config | |||
</pre> | |||
<pre> | |||
Host * | |||
... | |||
# Port 22 | |||
</pre> |
Revision as of 07:42, 20 May 2015
Install
$ nano /etc/ssh/ssh_config
Host * ... # Port 22