-
### What are you trying to do?
I'm trying to set environment variables on the remote server.
In `~/.ssh/config` (or for testing, using `ssh -o SendEnv=GIT_COMMITTER_NAME server`)
```
host *
…
-
If we use the `rsync` server approach, can we still use SSH?
This question is not high priority for 2.0, since my backup is internal.
-
Maybe following CIS guidelines to thing about:
CIS - 9.3.1 Set SSH Protocol to 2
CIS - 9.3.2 Set LogLevel to INFO
CIS - 9.3.3 Set Permissions on /etc/ssh/sshd_config
CIS - 9.3.(4,7,8,9,10) Disab…
-
I would like not to ssh to my server with `docker ps -a` and after `docker logs container_name` each time when error occures in any container. And see them immidiately in ansible output. Is it possibl…
-
### Describe the bug
Client can't connect to a cluster via SSH tunnel
### Expected Behavior
Client can connection to a cluster via tunnel. Some operations could be unavailable though, because I'm t…
-
I know we discussed this during the creation of the audit logs, but let's investigate what it would take to audit IDE connections in our Audit log.
Some examples:
- Ben connected via VS Code Remote …
bpmct updated
2 weeks ago
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
After patching These updat…
-
HI everyone, I have issue.. I want to use SSH upload a file. When trying git push, some error happened...
I have tried many solutions to solve this, but it still show me EOF.
**System environm…
-
Because I use ssh to connect a server. I need render offscreen. However, when I run “python projects/mmdet3d_plugin/visualize/visualize_nusc_video.py $YOUR_SAVE_PATH $YOUR_VISUALIZE_SAVE_PATH”
I me…
-
Type: Feature Request
hi guys,
i am an android system developer, using Remote -SSH to connect ubuntu server.
Mostly i need to do 3 things :
a. open remote folde…