This keyword can be followed by a list of user name patterns, separated by spaces. If specified, login is allowed only for user names that match one of the patterns. Only user names are valid; a numerical user ID is not recognized. By default, login is allowed for all users. If the pattern takes the form USER@HOST then USER and HOST are separately checked, restricting logins to particular users from particular hosts.
xeno74 wrote: ↑Wed Mar 18, 2020 10:08 am
Fedora PPC64 with the SSH agent:
The ssh-agent is a program you may use together with OpenSSH or similar ssh programs. The ssh-agent provides a secure way of storing the passphrase of the private key. With an active ssh-agent, you don’t need a password for the private key if you connect to an other AmigaOne with the public key authentication.
xeno74 wrote: ↑Wed Feb 12, 2020 4:04 pm
openSUSE Tumbleweed PPC64 with iptables and Pure-FTPd in the NAT mode:
Passive mode: The FTP client opens the connection to the FTP server via the server port 21. The server tells the client the server port (1024 - 5000).
'-N': NAT mode. Force ACTIVE mode: The FTP client opens the connection to the FTP server via the server port 21 (FTPS: 990) and tells the server the port for data transfers. After that the server sends the client the files from port 20 (FTPS: 989) to this port.
Last edited by xeno74 on Thu Jul 30, 2020 10:06 am, edited 2 times in total.