Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aiida/transports/plugins/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def open(self):
self._close_proxies()
raise InvalidOperation(
'Error in ssh transport plugin. This may be due to the remote computer not supporting SFTP. '
'Try setting it up with the aiida.transports:ssh_only transport from the aiida-sshonly plugin instead.'
'Try setting it up with the core.ssh_async transport plugin with openssh backend, instead.'
)

self._is_open = True
Expand Down
Loading