Embedded SSH Session

avatar

Good afternoon,

I have been using the Mac Beta version of the software for a while now and was excited to see that it was possible to set an SSH Session to be embedded. When I first did this it did not work and it opened in a new window.

Now I have updated to the latest version and wondered if this had been fixed. It has not :-(.

Please could you advise as to when this will be done? I note that there was a report back in January 2014 that asked about this and the answer was that it was on your ToDo list.

Thanks, Russell

All Comments (12)

avatar

Hi Russel,
The problem for now is that we use an external tool for that. We are now integrating the VPN system into RDM Mac and we have a step next to do the same with the embedded SSH tunnel.

By SSH do you mean SSH shell?

David Hervieux

avatar

Hello David,

Thanks for the quick response :-).

Yep I mean ‘SSH Shell’. I want to be able to set it up as I do in my Windows environment with Password integration and have them all tabbed in the RDM application.

Russell

avatar

This is a little bit tricky. We need to integrate a tool with a GUI. We plan to do that soon. This is the next project that we want to assign to one of our software architect.

David Hervieux

avatar

Hi,
We are about to release the iterm integrated in RDM. You should see it soon in a next RDM update.

David Hervieux

avatar

Hi,

Version 1.1.12.0 of Remote Desktop Manager for Mac include an integrated version of iTerm.
You can download it here. http://mac.remotedesktopmanager.com/Home/Download

Give it a try and tell us what you think

Benoît Sansregret

avatar

I did test the Iterm on version 1.1.12.0 the embedded part is working fine but when I close the ssh session the tab remained open. Only option is to close the tab manually.

avatar





Hi,

I have made a fix for this and it should be available in the next release.

Thanks!

Richard

Richard Markievicz

avatar

Hello, thanks for the updates with this.

I have tried to use the latest versions a couple of times with the embedded iTerm but I have an issue with it still.

I have configured a session and it is using the embedded iTerm to SSH into a remote machine. However the tabbed window gives me the following error:

'sh: /Applications/Remote Desktop Manager.app/Contents/Resources/sshpassword.ex: Permission denied'

and i get a dialog box with the following message:

'Short lived session warning

A session ended very soon after starting. Check that the command in the profile 'Default' is correct.'

Do you happen to know what I am doing wrong?

Thanks, Russell

avatar








Hi

Please can you let me know the permissions of the mentioned file? You can run the following command on Terminal:

ls -l "/Applications/Remote Desktop Manager.app/Contents/Resources/sshpassword.ex"

And let me know the output?

Thank you!

Richard
edited by Richard Markiewicz on 3/8/2015
edited by Richard Markiewicz on 3/8/2015

Richard Markievicz

avatar

Hi Richard -

sshpassword.ex seems to be shipping without the execute flag as well as keeping the xattr com.apple.quarantine after being approved. I don't think the quarantine xattr is going to stop anything with they way you're executing the shell script, but the script not shipping as executable is preventing the password passthrough from working.

Hope this helps!

avatar

Richard,

The permissions on that file are:

-rw-r--r--@ 1 russells admin 233 13 Jan 17:05 /Applications/Remote Desktop Manager.app/Contents/Resources/sshpassword.ex

I have added the execute bit on the file and it all works. SO it is like @belthesar states, it is not being shipped with the correct permissions.

Thanks for the heads up on this.

Russell

avatar

Hi,

Thank you guys for your help. This will be fixed in the next release

Regards,

Benoît Sansregret