I have successfully mounted iSCSI targets from Synology NAS in Debian 11 Linux server for a construction company at Defu Lane 10, Singapore on 10 Feb 2023 Fri
185 views
Skip to first unread message
Turritopsis Dohrnii Teo En Ming
unread,
Feb 10, 2023, 10:30:06 AM2/10/23
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Subject: I have successfully mounted iSCSI targets from Synology NAS
in Debian 11 Linux server for a construction company at Defu Lane 10,
Singapore on 10 Feb 2023 Fri
Good day from Singapore,
I have successfully mounted iSCSI targets from Synology NAS in Debian
11 Linux server for a construction company at Defu Lane 10, Singapore
on 10 Feb 2023 Friday.
These are the 5 reference guides I have followed. Please use the
following guides in sequence.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Turritopsis Dohrnii Teo En Ming wrote:
> Please also note that openssh-server was not installed. To install it, run
>
> # apt install openssh-server
>
> Edit /etc/ssh/sshd_config
>
> and set
>
> PermitRootLogin yes
This is usually a bad move.
PermitRootLogin prohibit-password
is a much safer option, if for some reason you need to have root
log in.