terrychou / iVim

A vim port to iOS.
596 stars 35 forks source link

ssh command writes known_hosts file to Documents/ instead of Documents/.ssh #232

Open majick opened 2 years ago

majick commented 2 years ago

The ivish command "ssh" writes its known_hosts file to Documents/ instead of the Documents/.ssh directory. Since the rest of SSH related user files are in that directory (keys) it would make sense to keep the known_hosts file there as well instead of writing it to what is effectively the user's home directory.