소스 검색

ssh -tt $HOST bash

Skip login scripts when SSHing, good for misconfigured .profiles or 100%-full disks.
pull/33/head
lbonanomi 5 년 전
committed by GitHub
부모
커밋
c6424a10ba
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      README.md

+ 6
- 0
README.md 파일 보기

@@ -1627,6 +1627,12 @@ function _scg() {
}
```

###### SSH without processing any login scripts

```bash
ssh -tt user@host bash
```

___

##### Tool: [linux-dev](https://www.tldp.org/LDP/abs/html/devref1.html)


불러오는 중...
취소
저장