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

Gssapi #767

Merged
merged 15 commits into from
Nov 9, 2023
Merged

Gssapi #767

merged 15 commits into from
Nov 9, 2023

Conversation

werhner
Copy link
Contributor

@werhner werhner commented Nov 8, 2023

  1. ssh 支持 gssapi 登录
  2. (setq lsp-bridge-remote-save-password t) 可以把 lsp-bridge-remote 的密码存在 netrc 文件中

@manateelazycat manateelazycat merged commit 9dcff32 into manateelazycat:master Nov 9, 2023
1 check passed
@manateelazycat
Copy link
Owner

thanks

@werhner werhner deleted the gssapi-ssh branch November 9, 2023 08:05
pub_key = self.ssh_pub_key()
ssh.connect(self.ssh_host, port=self.ssh_port, username=self.ssh_user, key_filename=pub_key)
if use_gssapi:
import gssapi
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@werhner I got error from ruff "gssapi imported but unused`, we should remove this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok to remote this line.

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

Successfully merging this pull request may close these issues.

2 participants