소스 검색

Merge pull request #33 from lbonanomi/ssh-tt

Added `ssh -tt`
pull/37/head
@trimstray 5 년 전
committed by GitHub
부모
커밋
48ef1ba1dd
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 login without processing any login scripts

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

___

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


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