Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Sessions - Paste and window focus issues #9108

Open
Hexdelete opened this issue Oct 13, 2023 · 2 comments
Open

SSH Sessions - Paste and window focus issues #9108

Hexdelete opened this issue Oct 13, 2023 · 2 comments
Labels

Comments

@Hexdelete
Copy link

(Windows ver 1.0.201)

Right click pasting does not work in SSH sessions - ctrl-shift-v works fine. Right click to paste works as expected in a terminal

Also, when I start an SSH session, or select the tab of an existing session - I have to click a second time inside the session to be able to start typing/interacting. In the case of a new session, the screen will be blank until I click inside the frame, then will try to connect and ask for a password as expected.

@Hexdelete
Copy link
Author

Interesting, there was an issue with the saved profile - deleted and recreated and the paste/focus issue is no longer there...

Config for working profile:

  • name: seapxneteng01
    icon: fas fa-desktop
    options:
    host: seapxneteng01
    algorithms: {}
    input: {}
    privateKeys: []
    weight: -1
    id: ssh:custom:seapxneteng01:89aa2889-2e39-49f2-bf9f-a7d11b109cf2
    clearServiceMessagesOnConnect: false
    type: ssh

Config where pasting/focus is broken:

  • name: cruncher-dal
    icon: fas fa-desktop
    options:
    host: redacted IP
    user: redacted
    algorithms:
    hmac:
    - hmac-sha1
    - hmac-sha1-etm@openssh.com
    - hmac-sha2-256
    - hmac-sha2-256-etm@openssh.com
    - hmac-sha2-512
    - hmac-sha2-512-etm@openssh.com
    kex:
    - curve25519-sha256
    - curve25519-sha256@libssh.org
    - diffie-hellman-group-exchange-sha256
    - diffie-hellman-group14-sha256
    - diffie-hellman-group15-sha512
    - diffie-hellman-group16-sha512
    - diffie-hellman-group17-sha512
    - diffie-hellman-group18-sha512
    - ecdh-sha2-nistp256
    - ecdh-sha2-nistp384
    - ecdh-sha2-nistp521
    cipher:
    - aes128-ctr
    - aes128-gcm
    - aes128-gcm@openssh.com
    - aes192-ctr
    - aes256-ctr
    - aes256-gcm
    - aes256-gcm@openssh.com
    serverHostKey:
    - ecdsa-sha2-nistp256
    - ecdsa-sha2-nistp384
    - ecdsa-sha2-nistp521
    - rsa-sha2-256
    - rsa-sha2-512
    - ssh-ed25519
    - ssh-rsa
    input: {}
    privateKeys: []
    forwardedPorts: []
    scripts: []
    weight: -1
    id: ssh:custom:cruncher-dal:7a8b8ba6-3831-4065-8031-c2141282a439
    terminalColorScheme: {}
    clearServiceMessagesOnConnect: false
    disableDynamicTitle: false
    type: ssh

@Upellift99
Copy link

Hi, I encoutered this issue too with version 1.0.201 and 1.0.202

I didn't find any issue with my profile, but switching to xterm(canvas) solved the problem.

thanks @Clem-Fern!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants