Skip to content

Commit

Permalink
fix remote command
Browse files Browse the repository at this point in the history
  • Loading branch information
gWOLF3 committed Sep 16, 2020
1 parent f60899a commit ee248b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vissh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ fi
echo "# last updated: $(date)" > ~/.ssh/viSSHous
echo 'Include ~/.ssh/config' >> ~/.ssh/viSSHous
echo "SetEnv LC_MONETARY=$(cat ~/.vimrc | base64)" >> ~/.ssh/viSSHous
echo 'RemoteCommand echo mkdir -p ~/.vim; $LC_MONETARY > ~/.vim/visshnu; base64 --decode ~/.vim/visshnu > ~/.vimrc; bash' >> ~/.ssh/viSSHous
echo 'RemoteCommand mkdir -p ~/.vim; echo $LC_MONETARY > ~/.vim/visshnu; base64 --decode ~/.vim/visshnu > ~/.vimrc; bash' >> ~/.ssh/viSSHous
echo "RequestTTY yes" >> ~/.ssh/viSSHous

0 comments on commit ee248b7

Please sign in to comment.