![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3 questions about NTP server | Katkota | UNIX for Dummies Questions & Answers | 5 | 04-08-2008 09:24 AM |
| ftp server on old home computer - a few questions | boredbody | UNIX for Dummies Questions & Answers | 1 | 03-11-2008 06:07 PM |
| Install neon-0.26.3. on a OpenBSD server | syddy | UNIX for Dummies Questions & Answers | 1 | 06-25-2007 11:48 AM |
| Sun server hardware questions | Synbios | SUN Solaris | 2 | 09-04-2003 01:26 PM |
| OpenBSD Questions | Hamcha | UNIX for Dummies Questions & Answers | 2 | 02-25-2002 01:37 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi! i have installed openBSD 4.4 on i386 and i use it as simple web server.
Apache 1.3 manages web server. The problem is that i want to make safe file transfer via SFTP. I know that it uses openSSH... 1) does i need to enable anything else than openSSH and SFTP? 2) where can i find openSSH tutorial for starter??? 3)how must the sshd_config look like for password auth. ? i think its the simplies variant for me. a)will SFTP work if openSSH is configured to make password auth. ? 4) what can i else use to safaly transfer files from windows pc to openBSD 4.4? thank you. |
|
||||
|
try this command:
sudo cat /var/log/authlog | grep Invalid if you've had your server open for any length of time, a large number of attempted logins will scroll by. Here's how to protect against these attacks ever succeeding: groupadd ssh vi /etc/group (and add yourself to the ssh group) vi /etc/ssh/sshd_config AllowGroups: ssh PasswordAuthentication no now add your public key your ~/.ssh/authorized_keys file restart the ssh server: sudo su - (hit return to accept the default terminal selection) pkill sshd && /usr/sbin/sshd |
![]() |
| Bookmarks |
| Tags |
| unresolved, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|