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

Update README.md #12

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# naniko23_infra
naniko23 Infra repository
# Лекция 5. Знакомство с облачной инфраструктурой Yandex.Cloud

### Способ подключения в одну строку:

Воспользуемся командой:
`ssh -i ~/.ssh/appuser -A [email protected] ssh -tt [email protected]`

### Дополнительное задание:

* Внести в ~/.ssh/config
```
Host bastion
HostName 178.154.222.183
User appuser
Host someinternalhost
HostName 10.128.0.10
User appuser
ProxyJump bastion
```
* воспользоваться командой
* `ssh someinternalhost`