Impossible to create a new-rdmsession type SSHShell in a specifique group

Impossible to create a new-rdmsession type SSHShell in a specifique group

avatar

Hello,

  • Create a new putty session works fine and the session is created on 'my_group'

New-RDMSession -name test -group 'my_group' -type putty -host 1.1.1.1  -templateid 'putty template ID' -SetSession

  • Create a new SSHSHELL session works but create the session in the wrong group

New-RDMSession -name test -group 'my_group' -type SSHShell -host 1.1.1.1  -templateid 'SSHShell template ID' -SetSession

Do I miss something? Can someone help me?
Thanks,

All Comments (3)

avatar

Hello,

this should work - is it possible that the group is already defined in the SSHShell template? If not, would it be possible to share your template?

Regards,
Min

avatar

Hello,
Thanks for your answer
Silly question, how to ensure the group is not already defined in the SSHShell template?
I fetch my templates with get-rdmtemplate

Thanks a lot

avatar

Hello,

simple and fast I've checked the group in the GUI (File => Templates => Templates)
forum image

Regards,
Min