|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
install ssh openbsd
Hello
I am novice under openbsd, how we install and configure shh Thank you |
|
||||
SSH server is already there. You just have to enable it in /etc/rc.conf to be started at boot. Configuration is done in /etc/ssh/sshd_config. For more details check: http://www.openssh.org/faq.html
__________________
If it moves, crypt it. Unless it's static - than you should double-crypt it. |
|
|||
Hello
install shh? Thank |
|
||||
Why would you install SSH when it's already there? Here are instructions for comiling and installing OpenSSH: http://www.openssh.org/openbsd.html
__________________
If it moves, crypt it. Unless it's static - than you should double-crypt it. |
|
||||
The client program is ssh(1). The server program is sshd(8).
You may use the client program without any prior configuration. e.g.: $ ssh user@server The server program needs to be configured to start on boot. The installation script asks you if you want sshd started automatically. If you did not reply "y" then you will have to start it manually, or configure it yourself in /etc/rc.conf or /etc/rc.conf.local. |
|
|||
Hello
The command cd /usr/src/usr.bin No such file or directory |
|
|||
In addition to jggimi's comments, SSH could have been configured during installation. See Section 4.5.7 of the FAQ for more information:
http://openbsd.org/faq/faq4.html#Finish |
|
|||
Hello,
Thank you jggimi Only the users of the group " wheel " are authorized connect ssh? How to create a new user Bye |
|
|||
Thank you ocicat url
|
|
|||
Quote:
Allowing root access on a remote system can be configured on remote systems by setting PermitRootLogin in /etc/ssh_config. More information can be found in the ssh_config(5) manpage. |
|
||||
Quote:
Quote:
The e-mail awaiting root in the default install (the file /var/mail/root) should be helpful, too.That's the client configuration file. I think you meant sshd_config(5) instead. |
|
|||
What command it to create a new user
|
|
|||
adduser(8). Creating user accounts is independent of SSH issues.
|
|
|||
Quote:
|
|
|||
Quote:
http://openbsd.org/faq/faq10.html#AddDelUser |
|
||||
A discussion of adduser, vipw, and su are in the "Add new users" section of the afterboot man page.
Please, read it. A lot of people put in a great deal of effort to write the documentation, and it is far easier to read the information than it is to type up your questions. |
|
|||
Hello
When I connect Authentication failed, When I type the command Adduser Reading /etc/shells Check /etc/master.passwd Password file busy |
|
||||
Authentication can fail for many reasons. Here are several:
Quote:
Provide more information. |
|
|||
the root command adduser
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Install NetBSD when DesktopBSD or OpenBSD is installed | ahlsner | NetBSD General | 4 | 6th August 2009 08:26 PM |
Install Portaudit On OpenBSD | TheNoob | OpenBSD Installation and Upgrading | 4 | 5th May 2009 11:48 PM |
Full install of Gnome on OpenBSD 4.4 | mfaridi | OpenBSD Installation and Upgrading | 17 | 9th November 2008 01:54 PM |
install FileZilla in OpenBSD 4.2 | mfaridi | OpenBSD Packages and Ports | 3 | 4th November 2008 08:13 AM |
Remote OpenBSD install via ssh. | Dazhelpwiz | Guides | 0 | 23rd May 2008 12:07 AM |