Shoutbox

custom ssh client - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: custom ssh client (/showthread.php?tid=87402)

custom ssh client by Jarrod on 11-22-2008 at 12:28 AM

i'm trying to create an ssh client, where i compile it from source and hard code in all the variables or load them from a txt file or session file. but i want to just be able to click the exe and it sets the proxy the port all my other settings and then authenticates it's self, so i have to do nothing, i was thinking something like putty tray, as i have the session it can then go straight to the tray and i don't even need to see it,
any ideas/suggestions?


RE: custom ssh client by ShawnZ on 11-22-2008 at 01:11 AM

um... why?


RE: custom ssh client by Adeptus on 11-22-2008 at 01:39 AM

http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter7.html

Make yourself a shortcut to plink.exe that supplies all the desired arguments and you will have what you want.


RE: custom ssh client by Jarrod on 11-22-2008 at 02:11 AM

quote:
Originally posted by Adeptus
http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter7.html

Make yourself a shortcut to plink.exe that supplies all the desired arguments and you will have what you want.
ok how to i put it in the system tray and stop it beeping
RE: custom ssh client by Adeptus on 11-22-2008 at 06:04 AM

quote:
Originally posted by Jarrod
ok how to i put it in the system tray and stop it beeping
You probably can, but you will have to research it yourself. 


RE: custom ssh client by Jarrod on 11-22-2008 at 06:36 AM

¬¬
i can't find anything on stopping the beeping
i'll just get the putty source and the putty tray diff file and hard code in the ones i want as default


RE: custom ssh client by ShawnZ on 11-22-2008 at 12:53 PM

quote:
Originally posted by Jarrod
i'll just get the putty source and the putty tray diff file and hard code in the ones i want as default

that's a stupid idea.

why do you want an invisible session to be open to some computer anyway? can't you just use screen or something?
RE: custom ssh client by Jarrod on 11-22-2008 at 07:28 PM

well currently when i launch putty from command line, i can't load the settings i want like the proxy so i have to load the saved session but then it won't connect automaticly.plink was working but i couldn't tray it and stop the beeping


RE: custom ssh client by ShawnZ on 11-22-2008 at 11:55 PM

quote:
Originally posted by Jarrod
well currently when i launch putty from command line, i can't load the settings i want like the proxy so i have to load the saved session but then it won't connect automaticly.plink was working but i couldn't tray it and stop the beeping

right... but why do you want an invisible SSH session running all the time to some computer? what's the point of that?
RE: custom ssh client by Jarrod on 11-23-2008 at 12:53 AM

http fowarding:P