I'm having trouble dismounting a truecrypt container, in windows 7, over ssh.
When opening a cygwin terminal on the local computer (where truecrypt is running and the partition is mounted), I can do this and it works as expected:
/cygdrive/c/Program\ Files/TrueCrypt/TrueCrypt.exe /q /d n
However when I do this:
$ ssh computer "/cygdrive/c/Program\ Files/TrueCrypt/TrueCrypt.exe /q /d n"
Enter passphrase for key '/home/user/.ssh/id_rsa':
stty: standard input: Inappropriate ioctl for device
I first get the stty error message shown above. On the computer running truecrypt the drive letter n disappears from the gui completely. The partion seems to get dismounted, however I cant mount to that letter again without restarting the computer which is annoying.
Is there a way around this problem?