How would you resolve the issue?

The user smith on station1 is trying to use sftp to transfer some files to and from stationX, and
receives an error message as shown below:
[smith@station1 ~]$ sftp stationx Connecting to stationX…
root@stationX’s password:
request for subsystem ‘sftp’ failed on channel 0
couldn’t read packet: Connection reset by peer
[smith@station1 ~]$
How would you resolve the issue?

The user smith on station1 is trying to use sftp to transfer some files to and from stationX, and
receives an error message as shown below:
[smith@station1 ~]$ sftp stationx Connecting to stationX…
root@stationX’s password:
request for subsystem ‘sftp’ failed on channel 0
couldn’t read packet: Connection reset by peer
[smith@station1 ~]$
How would you resolve the issue?

A.
Restart the xinetd service on stationX with the gssftp service enabled.

B.
Restart the sshd service on stationX with the IgnoreRhosts parameter set to no in
/etc/ssh/sshd_config.

C.
Restart the sshd service on stationX with /usr/bin/sftp enabled as the subsystem parameter in
/etc/ssh/sshd_config.

D.
Restart the sshd service on stationX with /usr/libexec/openssh/sftp-server enabled as a
subsystem parameter in the /etc/ssh/sshd_config file.



Leave a Reply 0

Your email address will not be published. Required fields are marked *