JAremko/drop-in

troubles launching

jayoharedee opened this issue · 2 comments

Hi,

I have run the scripts and docker commands as you have kindly left. For whatever reason, I am unable to have vim launched in the nice drop-in format.

Hi have exec'd into the container and can see the .vimrc, .tmux.config and bundles folder.

Are there additional steps to be taken for me to use this potentially awesome repository have a remote editor? This would bring serious value for me so I would really appreciate any suggestions/knowledge you may be able to bestow upon me.

Thanks for all your great work :)

vim-bundle works perfectly but I am having troubles launching drop-in.

Here is the error I am getting:

Starting Vim Agent pid 8 /home/developer/.ssh/id_rsa: No such file or directory /etc/ssh/sshd_config line 6: Deprecated option RSAAuthentication /etc/ssh/sshd_config line 21: Unsupported option PrintLastLog /etc/ssh/sshd_config line 29: Deprecated option UseLogin Server listening on 0.0.0.0 port 62222. Server listening on :: port 62222.

So now when I run the container i get this:

Agent pid 8 │➜ ~ vim tet.js /home/developer/.ssh/id_rsa: No such file or directory │dyld: Library not loaded: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib /etc/ssh/sshd_config line 6: Deprecated option RSAAuthentication │/libruby.2.0.0.dylib /etc/ssh/sshd_config line 21: Unsupported option PrintLastLog │ Referenced from: /usr/local/Cellar/macvim/8.0-130/MacVim.app/Contents/MacOS/Vim /etc/ssh/sshd_config line 29: Deprecated option UseLogin │ Reason: image not found Server listening on 0.0.0.0 port 62222. │[1] 19864 abort vim tet.js Server listening on :: port 62222.

Thanks for any help.