
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Plasmoid which allow you to connect your ssh servers by one click.
Support password authentication and private/public key authentication.
9 years ago
1.3
Added option for 'new tab' and 'new window'.Used maystar's patch which fixes KDE wallet issue. Thanks maystar.Server list is listed alphabetically.Server list in configuration dialog listed alphabetically.Changed switches to SSH command line
1.2
Added X-Plasma-NotificationArea=true in .desktop file.Moved ssh parameters before the hostname.New connection opening in an already running konsole as new tab.Now plasmoid find default wallet and using that.
1.1
Fixed: Plasmoid doesn't save configuration of all servers. Now plasmoid use own configuration file.
1.0
Fixed bug related with KDE 4.3 (tested on Fedora 12 - KDE4.3).In configuration dialog added switches line.
0.1b
Initial version
9 years ago
1.3
Added option for 'new tab' and 'new window'.Used maystar's patch which fixes KDE wallet issue. Thanks maystar.Server list is listed alphabetically.Server list in configuration dialog listed alphabetically.Changed switches to SSH command line
1.2
Added X-Plasma-NotificationArea=true in .desktop file.Moved ssh parameters before the hostname.New connection opening in an already running konsole as new tab.Now plasmoid find default wallet and using that.
1.1
Fixed: Plasmoid doesn't save configuration of all servers. Now plasmoid use own configuration file.
1.0
Fixed bug related with KDE 4.3 (tested on Fedora 12 - KDE4.3).In configuration dialog added switches line.
0.1b
Initial version
alec04
10 years ago
Report
vgevorgyan
9 years ago
Can you give me more details?
For example OS, KDE version etc.
Also any error message that you see when try to install plasmoid.
Thanks,
Vardan
Report
gmolina
10 years ago
One thing though, my server list is not listed alphabetically, I can see that main.rc does keep info ordered. Is it just me or is it a bug?
Excellent work again.
Report
gmolina
10 years ago
for name, server in self.servers.iteritems():
to:
for name, server in sorted(self.servers.items()):
The list will appear sorted.
Cheers.
Report
gmolina
10 years ago
for name, server in self.applet.servers.iteritems():
to:
for name, server in sorted(self.applet.servers.items()):
The editor dialog also sorts the servers
Cheers.
Report
dshrek
10 years ago
thanks for the nice plasmoid.
Unfortunately, for me, it is quite inconvenient that the new connection opens in a tab in an existing konsole. I always have lots of different konsoles running and the connection opens in the konsole I first opened, which can be on a different workspace.
Is it possible to include the possibility that the connection opens in a new window?
Report
babydragon
10 years ago
When I use password to connect remote server, I found that the konsole can diplay only part of the characters.
On the manual of pexpect module, there is a note: "Note that if you change the window size of the parent the SIGWINCH
signal will not be passed through to the child."
So is this possible to change the window size of child process after the process is spawned or received SIGWINCH?
PS, this is a great Plasmoid
Thank You!
Report
spavlov
10 years ago
Thank you.
Report
gzu
10 years ago
Thanks for the nice plasmoid.
When I set up my first server it did not use my default wallet and I had to create a wallet with the name "kdewallet". Is there a way either for it to use the default wallet or to define the one to use.
Keep up the good work.
Thanks,
gzu
Report
fjwcash
10 years ago
If that was possible, then it would make for a usable "bookmark" replacement for konsole, until such time as ssh bookmarks work in konsole. :)
Also, having the ability to group the connections in the plasmoid would be handy, especially if there was an "open all connections in this group" feature. Combined with the "start connection in tab" feature above, this could replace the bookmarks in konsole completely.
Finally, is there any chance that all the fields (including port) could be made optional? With the hostname being the only mandatory field? Otherwise, it duplicates all of the configuration data that is already in ~/.ssh/config
Keep up the good work. It's certainly a useful plasmoid.
Report
m4dm3n
10 years ago
Agree, would be great if this feature will be implemented a/t soon.
Anyway great plasmoid, THANK YOU
regards
Report
fjwcash
10 years ago
Since everything is already in the SSH config file, there's no need for a separate config file for this plasmoid (unless you want to keep it separate from the SSH config, although I really can't see why you would).
Then it would become a quick'n easy shortcut for all the hosts in the SSH config file.
Report
mdaa83
10 years ago
Report
govi
10 years ago
I think adding X-Plasma-NotificationArea=true to .desktop file is only needed
Report
vgevorgyan
10 years ago
Thanks :)
Report
govi
10 years ago
I've tested it with this option and seams it is working well.
Report
panoptus
10 years ago
Report
panoptus
10 years ago
Plasmoid doesn`t save config of all servers.
I have fix it in ~/.kde/share/config/plasma-desktop-appletsrc, but plasmoid doesn`t read some server`s configs.
Report
vgevorgyan
10 years ago
I will move plasmoid configuration to own config file.
Report
dakine
10 years ago
Report
vgevorgyan
10 years ago
Is it working for you now?
Thanks,
Vardan
Report
dakine
10 years ago
Report
hstrickling
10 years ago
First of all, i like this plasmoid and use it intensely.
I often use the ssh command with the switch -X, but there is no way to setup this option.
It will be great to have a line, where i can add additional option to the ssh command.
Thanks in advanced.
Cheers.
Report
fkarimou
10 years ago
Haven't test it yet for multiple switchs.
Report
fabioprina
10 years ago
Just a couple request
- a tree-based servers list (something like "SecureCRT" connection tree) for divide the list in groups and sub-groups
- a simple filter/search system
Thanks
Report