Skip to content

can't connect on Mac #4

@feeleep75

Description

@feeleep75

Hi,

I am trying to connect with key. Here is the error message

Exception in thread Thread-53:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/remote-tree.py", line 24, in run
    ensure_connection(self.tree.server)
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/remote-tree.py", line 425, in ensure_connection
    cnopts = pysftp.CnOpts()
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/pysftp/__init__.py", line 54, in __init__
    self.hostkeys.load(knownhosts)
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/paramiko/hostkeys.py", line 97, in load
    e = HostKeyEntry.from_line(line, lineno)
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/paramiko/hostkeys.py", line 358, in from_line
    key = ECDSAKey(data=decodebytes(key), validate_point=False)
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/paramiko/ecdsakey.py", line 138, in __init__
    self.verifying_key = numbers.public_key(backend=default_backend())
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/cryptography/hazmat/backends/__init__.py", line 15, in default_backend
    from cryptography.hazmat.backends.openssl.backend import backend
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/cryptography/hazmat/backends/openssl/__init__.py", line 7, in <module>
    from cryptography.hazmat.backends.openssl.backend import backend
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/cryptography/hazmat/backends/openssl/backend.py", line 49, in <module>
    from cryptography.hazmat.bindings.openssl import binding
  File "/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/cryptography/hazmat/bindings/openssl/binding.py", line 13, in <module>
    from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: dlopen(/Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/cryptography/hazmat/bindings/_openssl.abi3.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Referenced from: /Users/macos/Library/Application Support/Sublime Text 3/Packages/RemoteTree/cryptography/hazmat/bindings/_openssl.abi3.so
  Reason: image not found

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions