I recently installed openSUSE, and I want to set up an ssh server so that I can ssh into this machine. However, I am having trouble installing openssh-server.
I have tried
$ sudo zypper install openssh-server This is what this site says to type, but I get this message:
Package 'openssh-server' not found. On my Ubuntu machine, if I type
$ sudo apt-get install openssh-server or on my Fedora machine
$ sudo yum install openssh-server everything works fine.
How can I install openssh-server on openSUSE? Do I have to manually add an RPM repository for it or something?
The solution doesn't need to use zypper, but I'd prefer not having to manually download and compile the source code.