How do you ssh from PyCharm into a vm?
I am trying to run a TensorFlow project, but I found that TensorFlow does not support M1 macs. My work around solution to this issue is by trying to ssh into one of my vms, Kali Linux on UTM or Ubuntu on VMWare fusion. How would you go about achieving this?
请先登录再写评论。
You can use either a remote development option: https://www.jetbrains.com/help/pycharm/remote.html
Or use a remote host as a remote SSH interpreter: https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html