Difference between pages "Package talk:OpenSSH" and "Package:Dnsmasq"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (update info prepping to move to main article)
 
(Created page with "{{Ebuild |Summary=Small forwarding DNS server |CatPkg=net-dns/dnsmasq |Homepage=http://www.thekelleys.org.uk/dnsmasq/ }} {{PageNeedsUpdates}} {{EbuildFooter}}")
 
Line 1: Line 1:
== keys ==
{{Ebuild
=== Passwordless Authentication ===
|Summary=Small forwarding DNS server
==== Client ====
|CatPkg=net-dns/dnsmasq
on your client run
|Homepage=http://www.thekelleys.org.uk/dnsmasq/
<console>###i## ssh-keygen -t rsa</console>
}}
Dialogs will be presented, you can press enter several times to accept defaults.
{{PageNeedsUpdates}}
 
{{EbuildFooter}}
<code>~/.ssh/id_rsa.pub</code> will be generated.  Copy or append the contents of this file to the servers <code>~/.ssh/authorized_keys</code>
 
==== Server ====
Create a user, or select which user the client will be accessing the server as,  then place clients id_rsa.pub file into the users <code>~/.ssh/authorized_keys</code>
 
==== Single Machine Testing ====
<console>###i## ssh-keygen -t rsa</console>
Press enter several times to accept default settings.
<console>###i## cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys</console>
<console>###i## ssh localhost</console>
 
 
== Intrusion Prevention ==
ssh is a commonly attacked service. {{package|app-admin/sshguard}} monitors logs, and black list remote users who have repeatedly failed to login.

Revision as of 02:21, February 4, 2015

Dnsmasq

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.