The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com



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

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-16-2009
wolf3d wolf3d is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 1
Exclamation openBSD 4.4 server stuff questions

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.
  #2 (permalink)  
Old 05-01-2009
chrisslamar's Avatar
chrisslamar chrisslamar is offline
Registered User
  
 

Join Date: May 2009
Posts: 2
File transfers

Answers to questions
1) by default you will be able to use sftp to transfer files
2) it depends on what you want to know... try 'man ssh' first and if you find something that you're interested in google it
3) if I understand what you are asking correctly then openssh is already setup to authenticate system user's passwords
4) for windows sftp transfers I use filezilla. just enter the address of your server and set the port as 22 (or whatever port you may have set for ssh) and thats it!!!
  #3 (permalink)  
Old 06-18-2009
slydog slydog is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 2
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
Reply

Bookmarks

Tags
unresolved, unresolved for weeks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:18 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0